0db4370a542b475c63eb2df09fd2f6b331bd894d.svn-base
1.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?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>
<oryx:docker oryx:cx="16" oryx:cy="16" />
<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="15"
stroke="black"
fill="url(#background) white"
stroke-width="1"
style="stroke-dasharray: 5.5, 3" />
<circle
id="frame2_non_interrupting"
cx="16"
cy="16"
r="12"
stroke="black"
fill="none"
stroke-width="1"
style="stroke-dasharray: 4.5, 3" />
<circle id="frame" cx="16" cy="16" r="15" stroke="black" fill="none" stroke-width="1"/>
<circle id="frame2" cx="16" cy="16" r="12" stroke="black" fill="none" stroke-width="1"/>
<path
id="signalCatching"
stroke="black"
d="M 8.7124971,21.247342 L 23.333334,21.247342 L 16.022915,8.5759512 L 8.7124971,21.247342 z"
style="fill:none;stroke-width:1.4;stroke-miterlimit:4;stroke-dasharray:none" />
<text font-size="11"
id="text_name"
x="16" y="33"
oryx:align="top center"
stroke="black"
></text>
</g>
</svg>