blob: 30ab1967e8e750986e464f028d8c1762952f0bcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.inkingStroke {
mix-blend-mode: multiply;
stroke-linejoin: round;
stroke-linecap: round;
overflow: visible !important;
transform-origin: top left;
svg:not(:root) {
overflow: visible !important;
}
}
|