-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest2.xml
More file actions
69 lines (67 loc) · 1.4 KB
/
test2.xml
File metadata and controls
69 lines (67 loc) · 1.4 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
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0"?>
<map>
<tempdir>./</tempdir>
<size>
<pagewidth>8.5</pagewidth>
<pageheight>10</pageheight>
</size>
<background>#ffffff</background>
<layer>
<zindex>3</zindex>
<line>
<startx>0</startx>
<starty>0</starty>
<endx>100</endx>
<endy>200</endy>
<color>#ff0000</color>
<width>1</width>
<thickness>1</thickness>
</line>
<circle>
<startx>88</startx>
<starty>120</starty>
<radius>100</radius>
<color>#00ff00</color>
<width>3</width>
<thickness>1</thickness>
</circle>
<line>
<startx>0</startx>
<starty>0</starty>
<endx>300</endx>
<endy>120</endy>
<color>#0000ff</color>
<width>1</width>
<thickness>1</thickness>
</line>
</layer>
<layer>
<zindex>1</zindex>
<line>
<startx>55</startx>
<starty>25</starty>
<endx>300</endx>
<endy>300</endy>
<color>#ff0000</color>
<width>1</width>
<thickness>1</thickness>
</line>
<line>
<startx>30</startx>
<starty>30</starty>
<endx>40</endx>
<endy>40</endy>
<color>#00ff00</color>
<width>1</width>
<thickness>1</thickness>
</line>
<circle>
<startx>400</startx>
<starty>400</starty>
<radius>35</radius>
<color>#0000ff</color>
<width>1</width>
<thickness>1</thickness>
</circle>
</layer>
</map>