d2/d2renderers/d2svg/style.css
Alexander Wang 9c1e7eeb73
test
2023-01-12 10:51:26 -08:00

12 lines
198 B
CSS

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