15629958618423b582f0d32b5e9b22354d80f0b5.svn-base
955 Bytes
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
<?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="102"
height="51"
version="1.0">
<defs></defs>
<oryx:magnets>
<oryx:magnet oryx:cx="2" oryx:cy="25" oryx:anchors="left" oryx:default="yes"/>
</oryx:magnets>
<g pointer-events="all" oryx:minimumSize="10 20" oryx:maximumSize="" >
<rect
id="textannotationrect"
oryx:resize="vertical horizontal"
x="1"
y="1"
width="100"
height="50"
stroke="none"
fill="none" />
<path
id = "frame"
d="M20,1 L1,1 L1,50 L20,50"
oryx:anchors="top bottom left"
stroke="black"
fill="none"
stroke-width="1" />
<text
font-size="12"
id="text"
x="5"
y="25"
oryx:align="middle left"
oryx:fittoelem="textannotationrect"
oryx:anchors="left"
stroke="black">
</text>
</g>
</svg>