9 lines
143 B
CSS
9 lines
143 B
CSS
|
|
.shape {
|
||
|
|
shape-rendering: geometricPrecision;
|
||
|
|
stroke-linejoin: round;
|
||
|
|
}
|
||
|
|
.connection {
|
||
|
|
stroke-linecap: round;
|
||
|
|
stroke-linejoin: round;
|
||
|
|
}
|