We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4b808 commit b13dec1Copy full SHA for b13dec1
schemascii_example.css
@@ -2,11 +2,12 @@ svg.schemascii {
2
background: black;
3
}
4
5
-svg.schemascii .wire line {
+svg.schemascii .wire polyline {
6
stroke: var(--sch-color, blue);
7
stroke-width: 2;
8
stroke-linecap: round;
9
transition-duration: 0.2s;
10
+ fill: transparent;
11
12
13
svg.schemascii .wire circle {
0 commit comments