blob: fb0d5c80573c50a62581c2fca22ffd12aa5da49e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<svg
version="1.1"
width="100"
height="100"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="50"
cy="50"
r="47.5"
fill="none"
stroke="black"
stroke-width="5"
/>
<polygon
points="
50,97.5
91.136270189221932338,26.25
8.863729810778067662,26.25
"
fill="none"
stroke="black"
stroke-width="5"
stroke-linejoin="bevel"
/>
<line
x1="50"
y1="97.5"
x2="50"
y2="25"
stroke="black"
stroke-width="5"
/>
</svg>
|