d2/d2renderers/d2svg/style.css

9 lines
143 B
CSS
Raw Normal View History

2022-11-12 18:29:21 +00:00
.shape {
shape-rendering: geometricPrecision;
stroke-linejoin: round;
}
.connection {
stroke-linecap: round;
stroke-linejoin: round;
}