html
html
1
2
3
4
5
6
7
8
9
10
<svg width="2040" height="594">
<polyline style="stroke-linejoin:miter; stroke:lime;
stroke-width:12; fill: none;"
points="120 120, 158 158, 290 20" />
</svg>
<svg width="2040" height="594">
<polyline style="stroke-linejoin:miter; stroke:blue;
stroke-width:12; fill: none;"
points="130 140, 178 188, 270 30" />
</svg>
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run