Skip to content

Commit b13dec1

Browse files
Update schemascii_example.css for polylines
1 parent 9c4b808 commit b13dec1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemascii_example.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ svg.schemascii {
22
background: black;
33
}
44

5-
svg.schemascii .wire line {
5+
svg.schemascii .wire polyline {
66
stroke: var(--sch-color, blue);
77
stroke-width: 2;
88
stroke-linecap: round;
99
transition-duration: 0.2s;
10+
fill: transparent;
1011
}
1112

1213
svg.schemascii .wire circle {

0 commit comments

Comments
 (0)