html
html
1
2
3
4
5
6
7
8
9
10
<svg width="2000" height="500">
<rect height="200" width="300" fill="blue"/>
<polyline style="stroke-linejoin:miter; stroke:red;
stroke-width:7; fill:yellow;"
points="100 100, 150 150, 200 100,190 90, 110 90, 102 103" />
<polyline style="stroke-linejoin:miter; stroke:red;
stroke-width:5; fill:yellow ;"
points="160 100, 140 100, 160 120, 100 120" />
</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