You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
426 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<svg width="1000" height="1000">
<path d="
M 50, 0
A 50, 50
0
0
1
100, 50
L 50, 50
Z"
fill="red"/>
</svg>
</body>
</html>