annotate nodejs/desktop.svg @ 880:ac3e8492ad74 abs_n_rel_center

Formalize path data for MadButterfly. Inkscape and other editors would omit 'l' or 'L' after 'm' or 'M'. MadButterfly can not handle it, now. So, we work around it at SVG parser.
author Thinker K.F. Li <thinker@codemud.net>
date Sat, 25 Sep 2010 18:46:37 +0800
parents e2bf6a93bb1c
children
rev   line source
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
3
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
4 <svg
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
6 xmlns:cc="http://creativecommons.org/ns#"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
8 xmlns:svg="http://www.w3.org/2000/svg"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
9 xmlns="http://www.w3.org/2000/svg"
776
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
10 xmlns:xlink="http://www.w3.org/1999/xlink"
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
13 width="744.09448"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
14 height="480"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
15 id="svg2"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
16 version="1.1"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
17 inkscape:version="0.47 r22583"
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
18 sodipodi:docname="desktop.svg">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
19 <defs
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
20 id="defs4">
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
21 <inkscape:perspective
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
22 sodipodi:type="inkscape:persp3d"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
23 inkscape:vp_x="0 : 240 : 1"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
24 inkscape:vp_y="0 : 1000 : 0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
25 inkscape:vp_z="744.09448 : 240 : 1"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
26 inkscape:persp3d-origin="372.04724 : 160 : 1"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
27 id="perspective21" />
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
28 <linearGradient
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
29 inkscape:collect="always"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
30 id="linearGradient3706">
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
31 <stop
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
32 style="stop-color:#000000;stop-opacity:1;"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
33 offset="0"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
34 id="stop3708" />
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
35 <stop
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
36 style="stop-color:#000000;stop-opacity:0;"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
37 offset="1"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
38 id="stop3710" />
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
39 </linearGradient>
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
40 <linearGradient
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
41 inkscape:collect="always"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
42 xlink:href="#linearGradient3706"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
43 id="linearGradient3712"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
44 x1="0"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
45 y1="240"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
46 x2="747.27411"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
47 y2="240"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
48 gradientUnits="userSpaceOnUse" />
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
49 <inkscape:perspective
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
50 id="perspective3711"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
51 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
52 inkscape:vp_z="1 : 0.5 : 1"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
53 inkscape:vp_y="0 : 1000 : 0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
54 inkscape:vp_x="0 : 0.5 : 1"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
55 sodipodi:type="inkscape:persp3d" />
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
56 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
57 id="perspective2953"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
58 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
59 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
60 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
61 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
62 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
63 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
64 id="perspective2981"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
65 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
66 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
67 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
68 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
69 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
70 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
71 id="perspective3009"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
72 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
73 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
74 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
75 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
76 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
77 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
78 id="perspective3037"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
79 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
80 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
81 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
82 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
83 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
84 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
85 id="perspective3065"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
86 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
87 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
88 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
89 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
90 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
91 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
92 id="perspective3093"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
93 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
94 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
95 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
96 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
97 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
98 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
99 id="perspective2960"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
100 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
101 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
102 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
103 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
104 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
105 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
106 id="perspective2988"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
107 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
108 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
109 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
110 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
111 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
112 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
113 id="perspective3016"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
114 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
115 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
116 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
117 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
118 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
119 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
120 id="perspective3016-0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
121 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
122 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
123 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
124 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
125 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
126 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
127 id="perspective3016-6"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
128 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
129 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
130 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
131 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
132 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
133 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
134 id="perspective3016-7"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
135 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
136 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
137 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
138 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
139 sodipodi:type="inkscape:persp3d" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
140 <inkscape:perspective
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
141 id="perspective3016-5"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
142 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
143 inkscape:vp_z="1 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
144 inkscape:vp_y="0 : 1000 : 0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
145 inkscape:vp_x="0 : 0.5 : 1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
146 sodipodi:type="inkscape:persp3d" />
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
147 </defs>
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
148 <sodipodi:namedview
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
149 id="base"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
150 pagecolor="#ffffff"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
151 bordercolor="#666666"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
152 borderopacity="1.0"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
153 inkscape:pageopacity="0.0"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
154 inkscape:pageshadow="2"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
155 inkscape:zoom="1.56875"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
156 inkscape:cx="207.9"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
157 inkscape:cy="290.99601"
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
158 inkscape:document-units="px"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
159 inkscape:current-layer="layer1"
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
160 showgrid="false"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
161 inkscape:window-width="1440"
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
162 inkscape:window-height="900"
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
163 inkscape:window-x="-1"
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
164 inkscape:window-y="-1"
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
165 inkscape:window-maximized="0" />
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
166 <metadata
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
167 id="metadata7">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
168 <rdf:RDF>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
169 <cc:Work
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
170 rdf:about="">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
171 <dc:format>image/svg+xml</dc:format>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
172 <dc:type
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
173 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
758
d11b0900f03c Check in the dynamic menu example. Currently, it illustarte a bug in the renderer.
wycc
parents: 752
diff changeset
174 <dc:title />
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
175 </cc:Work>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
176 </rdf:RDF>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
177 </metadata>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
178 <g
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
179 inkscape:groupmode="layer"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
180 id="layer3"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
181 inkscape:label="background"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
182 sodipodi:insensitive="true"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
183 inkscape:transform-center-x="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
184 inkscape:transform-center-y="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
185 inkscape:bbox-x="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
186 inkscape:bbox-y="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
187 inkscape:bbox-width="747.27411"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
188 inkscape:bbox-height="480">
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
189 <rect
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
190 style="fill:url(#linearGradient3712);fill-opacity:1"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
191 id="rect2928"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
192 width="747.27411"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
193 height="480"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
194 x="0"
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
195 y="0"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
196 ry="3.0304577"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
197 inkscape:transform-center-x="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
198 inkscape:transform-center-y="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
199 inkscape:bbox-x="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
200 inkscape:bbox-y="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
201 inkscape:bbox-width="747.27411"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
202 inkscape:bbox-height="480" />
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
203 </g>
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
204 <g
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
205 inkscape:label="Layer 1"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
206 inkscape:groupmode="layer"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
207 id="layer1"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
208 inkscape:transform-center-x="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
209 inkscape:transform-center-y="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
210 inkscape:bbox-x="35.355339"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
211 inkscape:bbox-y="249.90203"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
212 inkscape:bbox-width="641.44684"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
213 inkscape:bbox-height="219.19541"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
214 style="display:inline">
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
215 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
216 id="g2917"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
217 transform="translate(-27.274116,-798.02051)"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
218 mbname="video"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
219 inkscape:transform-center-x="0"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
220 inkscape:transform-center-y="42.294399"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
221 inkscape:bbox-x="35.992421"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
222 inkscape:bbox-y="383.87928"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
223 inkscape:bbox-width="85.598946"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
224 inkscape:bbox-height="84.588799">
776
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
225 <image
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
226 sodipodi:absref="/usr/home/thinker/progm/MadButterfly/nodejs/video.png"
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
227 xlink:href="video.png"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
228 width="85.598946"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
229 height="84.588799"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
230 id="image2983"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
231 x="63.266537"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
232 y="809.55243"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
233 inkscape:transform-center-x="0"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
234 inkscape:transform-center-y="0"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
235 inkscape:bbox-x="35.992421"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
236 inkscape:bbox-y="383.87928"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
237 inkscape:bbox-width="85.598946"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
238 inkscape:bbox-height="84.588799" />
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
239 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
240 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
241 id="g2917-8"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
242 transform="translate(126.77414,-798.02053)"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
243 mbname="audio"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
244 inkscape:transform-center-x="0"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
245 inkscape:transform-center-y="38.464287"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
246 inkscape:bbox-x="189.7836"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
247 inkscape:bbox-y="386.37278"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
248 inkscape:bbox-width="86.5"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
249 inkscape:bbox-height="76.928574">
801
f84ccf1f59ae Add icons for the menu demo
wycc
parents: 777
diff changeset
250 <image
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
251 sodipodi:absref="/usr/home/thinker/progm/MadButterfly/nodejs/music.png"
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
252 xlink:href="music.png"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
253 width="86.5"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
254 height="76.928574"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
255 id="image3048"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
256 x="63.00946"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
257 y="814.71918"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
258 inkscape:transform-center-x="0"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
259 inkscape:transform-center-y="0"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
260 inkscape:bbox-x="189.7836"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
261 inkscape:bbox-y="386.37278"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
262 inkscape:bbox-width="86.5"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
263 inkscape:bbox-height="76.928574" />
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
264 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
265 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
266 id="g2917-88"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
267 transform="translate(290.67139,-799.03067)"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
268 mbname="picture"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
269 inkscape:transform-center-x="0"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
270 inkscape:transform-center-y="38.07143"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
271 inkscape:bbox-x="354.2955"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
272 inkscape:bbox-y="392.95458"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
273 inkscape:bbox-width="84"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
274 inkscape:bbox-height="76.14286">
801
f84ccf1f59ae Add icons for the menu demo
wycc
parents: 777
diff changeset
275 <image
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
276 sodipodi:absref="/usr/home/thinker/progm/MadButterfly/nodejs/photo.png"
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
277 xlink:href="photo.png"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
278 width="84"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
279 height="76.14286"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
280 id="image3049"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
281 x="63.624115"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
282 y="809.93323"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
283 inkscape:transform-center-x="0"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
284 inkscape:transform-center-y="0"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
285 inkscape:bbox-x="354.2955"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
286 inkscape:bbox-y="392.95458"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
287 inkscape:bbox-width="84"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
288 inkscape:bbox-height="76.14286" />
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
289 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
290 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
291 id="g2917-8-6"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
292 transform="translate(462.9024,-794.99007)"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
293 mbname="setting"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
294 inkscape:transform-center-x="0"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
295 inkscape:transform-center-y="37.57143"
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
296 inkscape:bbox-x="526.42387"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
297 inkscape:bbox-y="389.0568"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
298 inkscape:bbox-width="84.571426"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
299 inkscape:bbox-height="75.14286">
801
f84ccf1f59ae Add icons for the menu demo
wycc
parents: 777
diff changeset
300 <image
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
301 sodipodi:absref="/usr/home/thinker/progm/MadButterfly/nodejs/tool.png"
814
a7c337533f49 Remove the background
wycc
parents: 803
diff changeset
302 xlink:href="tool.png"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
303 width="84.571426"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
304 height="75.14286"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
305 id="image3168"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
306 x="63.521473"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
307 y="810.79041"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
308 inkscape:transform-center-x="0"
859
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
309 inkscape:transform-center-y="0"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
310 inkscape:bbox-x="526.42387"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
311 inkscape:bbox-y="389.0568"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
312 inkscape:bbox-width="84.571426"
e2bf6a93bb1c Make icons extented to down direction.
Thinker K.F. Li <thinker@codemud.net>
parents: 858
diff changeset
313 inkscape:bbox-height="75.14286" />
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
314 </g>
845
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
315 <rect
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
316 style="fill:#dfdf49;fill-opacity:1"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
317 id="rect2929"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
318 width="641.44684"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
319 height="71.720833"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
320 x="35.355339"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
321 y="158.37714"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
322 inkscape:transform-center-x="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
323 inkscape:transform-center-y="0"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
324 rx="10"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
325 ry="10"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
326 inkscape:bbox-x="35.355339"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
327 inkscape:bbox-y="249.90203"
2101a355acba Use the new animate.linear
wycc
parents: 814
diff changeset
328 inkscape:bbox-width="641.44684"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
329 inkscape:bbox-height="71.720833"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
330 mbname="lightbar" />
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
331 <text
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
332 xml:space="preserve"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
333 style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
334 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
335 y="185.925"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
336 id="text2931"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
337 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
338 inkscape:transform-center-y="0"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
339 inkscape:bbox-x="126.28044"
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
340 inkscape:bbox-y="271.84843"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
341 inkscape:bbox-width="488.15625"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
342 inkscape:bbox-height="32.382812"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
343 mbname="line1"><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
344 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
345 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
346 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
347 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
348 y="185.925"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
349 id="tspan2935"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
350 style="font-size:16px"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
351 inkscape:bbox-x="126.53825"
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
352 inkscape:bbox-y="288.74687"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
353 inkscape:bbox-width="487.89844"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
354 inkscape:bbox-height="15.484375">Lim JeongHee (J.Lim) &amp; JoKwon (2AM) - The Road to Break Up</tspan><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
355 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
356 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
357 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
358 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
359 y="205.925"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
360 style="font-size:16px"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
361 inkscape:bbox-x="126.28044"
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
362 inkscape:bbox-y="271.84843"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
363 inkscape:bbox-width="75.335938"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
364 inkscape:bbox-height="12.101562"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
365 id="tspan2941">7:00-7:30</tspan></text>
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
366 <text
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
367 xml:space="preserve"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
368 style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Bitstream Vera Sans"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
369 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
370 y="247.75766"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
371 id="text2931-20"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
372 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
373 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
374 inkscape:bbox-x="126.28044"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
375 inkscape:bbox-y="210.01578"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
376 inkscape:bbox-width="488.15625"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
377 inkscape:bbox-height="32.382812"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
378 mbname="line2"><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
379 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
380 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
381 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
382 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
383 y="247.75766"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
384 id="tspan2935-1"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
385 style="font-size:16px"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
386 inkscape:bbox-x="126.53825"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
387 inkscape:bbox-y="226.91422"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
388 inkscape:bbox-width="487.89844"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
389 inkscape:bbox-height="15.484375">Lim JeongHee (J.Lim) &amp; JoKwon (2AM) - The Road to Break Up</tspan><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
390 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
391 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
392 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
393 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
394 y="267.75766"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
395 style="font-size:16px"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
396 inkscape:bbox-x="126.28044"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
397 inkscape:bbox-y="210.01578"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
398 inkscape:bbox-width="75.335938"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
399 inkscape:bbox-height="12.101562"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
400 id="tspan2941-9">7:30-8:30</tspan></text>
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
401 <text
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
402 xml:space="preserve"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
403 style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Bitstream Vera Sans"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
404 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
405 y="309.59033"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
406 id="text2931-21"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
407 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
408 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
409 inkscape:bbox-x="126.05388"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
410 inkscape:bbox-y="152.18311"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
411 inkscape:bbox-width="488.38281"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
412 inkscape:bbox-height="32.382812"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
413 mbname="line3"><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
414 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
415 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
416 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
417 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
418 y="309.59033"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
419 id="tspan2935-2"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
420 style="font-size:16px"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
421 inkscape:bbox-x="126.53825"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
422 inkscape:bbox-y="169.08154"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
423 inkscape:bbox-width="487.89844"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
424 inkscape:bbox-height="15.484375">Lim JeongHee (J.Lim) &amp; JoKwon (2AM) - The Road to Break Up</tspan><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
425 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
426 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
427 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
428 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
429 y="329.59033"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
430 style="font-size:16px"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
431 inkscape:bbox-x="126.05388"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
432 inkscape:bbox-y="152.18311"
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
433 inkscape:bbox-width="75.5625"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
434 inkscape:bbox-height="12.101562"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
435 id="tspan2941-0">8:30-9:30</tspan></text>
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
436 <text
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
437 xml:space="preserve"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
438 style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Bitstream Vera Sans"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
439 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
440 y="371.423"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
441 id="text2931-3"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
442 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
443 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
444 inkscape:bbox-x="125.97575"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
445 inkscape:bbox-y="90.350433"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
446 inkscape:bbox-width="488.46094"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
447 inkscape:bbox-height="32.382812"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
448 mbname="line4"><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
449 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
450 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
451 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
452 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
453 y="371.423"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
454 id="tspan2935-11"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
455 style="font-size:16px"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
456 inkscape:bbox-x="126.53825"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
457 inkscape:bbox-y="107.24887"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
458 inkscape:bbox-width="487.89844"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
459 inkscape:bbox-height="15.484375">Lim JeongHee (J.Lim) &amp; JoKwon (2AM) - The Road to Break Up</tspan><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
460 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
461 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
462 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
463 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
464 y="391.423"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
465 style="font-size:16px"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
466 inkscape:bbox-x="125.97575"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
467 inkscape:bbox-y="90.350433"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
468 inkscape:bbox-width="85.828125"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
469 inkscape:bbox-height="12.101562"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
470 id="tspan2941-90">9:30-10:30</tspan></text>
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
471 <text
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
472 xml:space="preserve"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
473 style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Bitstream Vera Sans"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
474 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
475 y="433.25568"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
476 id="text2931-6"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
477 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
478 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
479 inkscape:bbox-x="126.53825"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
480 inkscape:bbox-y="28.517761"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
481 inkscape:bbox-width="487.89844"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
482 inkscape:bbox-height="32.382812"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
483 mbname="line5"><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
484 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
485 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
486 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
487 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
488 y="433.25568"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
489 id="tspan2935-7"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
490 style="font-size:16px"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
491 inkscape:bbox-x="126.53825"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
492 inkscape:bbox-y="45.416199"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
493 inkscape:bbox-width="487.89844"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
494 inkscape:bbox-height="15.484375">Lim JeongHee (J.Lim) &amp; JoKwon (2AM) - The Road to Break Up</tspan><tspan
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
495 sodipodi:role="line"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
496 inkscape:transform-center-x="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
497 inkscape:transform-center-y="0"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
498 x="124.96794"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
499 y="453.25568"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
500 style="font-size:16px"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
501 inkscape:bbox-x="126.72575"
858
ed49dc0a26f1 Move lightbar to correct position when it being up
Thinker K.F. Li <thinker@codemud.net>
parents: 847
diff changeset
502 inkscape:bbox-y="28.517761"
847
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
503 inkscape:bbox-width="95.265625"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
504 inkscape:bbox-height="12.101562"
dfe28355bded Fix the location of the text elements.
wycc
parents: 845
diff changeset
505 id="tspan2941-7">10:30-11:30</tspan></text>
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
506 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
507 </svg>