0bc29df823e6d69183dbd239f4a8d4391b30e81f.svn-base
1.12 KB
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
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:oryx="http://www.b3mn.org/oryx"
width="40"
height="40"
version="1.0">
<defs></defs>
<oryx:magnets>
<oryx:magnet oryx:cx="16" oryx:cy="16" oryx:default="yes" />
</oryx:magnets>
<g pointer-events="fill">
<defs>
<radialGradient id="background" cx="10%" cy="10%" r="100%" fx="10%" fy="10%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
<stop id="fill_el" offset="100%" stop-color="#ffffff" stop-opacity="1"/>
</radialGradient>
</defs>
<circle id="bg_frame" cx="16" cy="16" r="14" stroke="black" fill="url(#background) white" stroke-width="3"/>
<path
fill="black"
stroke="black"
style="fill-opacity:1;
stroke-width:1;
stroke-linejoin:bevel;
stroke-opacity:1"
d="M 20.834856,22.874369 L 10.762008,22.873529 L 7.650126,13.293421 L 15.799725,7.3734296 L 23.948336,13.294781 L 20.834856,22.874369 z"
id="middlepolygon" />
<text font-size="11"
id="text_name"
x="16" y="32"
oryx:align="top center"
stroke="black"
></text>
</g>
</svg>