html
html
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<title>SVG</title>
</head>
<body>
<svg>
<path stroke="#000" id="svg_1" d="M 492.88093,-1261.7738 C 11.33931,-62.744 11.33931,-62.744 11.33931,-62.744 L -45.35715,-65.7679 8.31548,63.5 Z" stroke-width="1.5" fill="#fff"/>
</svg>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run