d2/d2renderers/d2svg/style.css
2022-11-12 10:29:21 -08:00

8 lines
143 B
CSS

.shape {
shape-rendering: geometricPrecision;
stroke-linejoin: round;
}
.connection {
stroke-linecap: round;
stroke-linejoin: round;
}