Skip to content

Commit ec3f2ba

Browse files
committed
Fix example code
1 parent 9c270d5 commit ec3f2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ export default {
617617
path {
618618
stroke: #1B2D37;
619619
fill: none;
620-
d: M 0 0 T 0 @m120.n(*@pn(@m4(.2), @m4(-.2))) 0;
620+
d: M 0 0 T 0 @m120.n(*@pn(@m4(.2), @m4(-.2))) 24;
621621
draw: 10s;
622622
}
623623
}

0 commit comments

Comments
 (0)