bbd93350a618f16c7ca8db6c6836f6e0f91f1084.svn-base
1.63 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:oryx="http://www.b3mn.org/oryx"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="150"
height="100"
version="1.0">
<defs></defs>
<oryx:magnets>
<oryx:magnet oryx:cx="0" oryx:cy="50" oryx:anchors="left" />
<oryx:magnet oryx:cx="75" oryx:cy="100" oryx:anchors="bottom" />
<oryx:magnet oryx:cx="150" oryx:cy="50" oryx:anchors="right" />
<oryx:magnet oryx:cx="75" oryx:cy="0" oryx:anchors="top" />
<oryx:magnet oryx:cx="75" oryx:cy="50" oryx:default="yes" />
</oryx:magnets>
<g pointer-events="fill" oryx:minimumSize="80 60">
<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>
<rect id="bg_frame" oryx:anchors="top bottom left right" x="0" y="0" fill="url(#background) #FFFFFF" stroke="#000000" width="150" height="100"/>
<rect id="caption" oryx:resize="horizonatal vertical"
oryx:anchors="top left right"
fill="url(#background) #FFFFFF"
stroke="#000000"
x="0" y="0"
width="150"
height="30"/>
<text
font-size="12"
id="text_name"
x="75"
y="13"
oryx:anchors="top"
oryx:align="middle center"
oryx:fittoelem="caption"
stroke="black">
</text>
<g id="mi">
<path
id="multiinstancepath"
oryx:anchors="bottom" fill="none" stroke="#000000" stroke-width="2" d="M73.5,86.75v10 M77.5,86.75v10 M81.5,86.75v10"
/>
</g>
</g>
</svg>