d2/d2renderers/d2svg/style.css
2022-12-05 11:36:19 -08:00

11 lines
182 B
CSS

.shape {
shape-rendering: geometricPrecision;
stroke-linejoin: round;
}
.connection {
stroke-linecap: round;
stroke-linejoin: round;
}
.blend {
mix-blend-mode: multiply;
}