d2/d2renderers/d2svg/style.css
Alexander Wang 159e2016a9
blend groups
2022-12-05 12:09:32 -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;
}