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.
29 lines
676 B
29 lines
676 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<svg width="1000" height="1000">
|
|
<!-- <path d="M 0 100 Q 0 0 100 0 L 100 100 Z" fill="blue" /> -->
|
|
<!-- <path d="
|
|
M 80 80
|
|
A 45 45, 0, 0, 0, 125 125
|
|
L 125 80
|
|
Z"
|
|
fill="green"/> -->
|
|
<path d="
|
|
M 50, 0
|
|
A 50, 50
|
|
0
|
|
0
|
|
1
|
|
100, 50
|
|
L 50, 50
|
|
Z"
|
|
fill="red"/>
|
|
</svg>
|
|
</body>
|
|
</html>
|