Mercurial > MadButterfly
annotate pyink/mbtest.svg @ 1137:a821ad26f6d9
Add sample SVG animation file.
author | wycc |
---|---|
date | Tue, 21 Dec 2010 14:36:24 +0800 |
parents | 3ec0ad89e443 |
children |
rev | line source |
---|---|
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
2 <!-- Created with Inkscape (http://www.inkscape.org/) --> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
3 |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
4 <svg |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
5 xmlns:ns0="http://madbutterfly.sourceforge.net/DTD/madbutterfly.dtd" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
6 xmlns:dc="http://purl.org/dc/elements/1.1/" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
7 xmlns:cc="http://creativecommons.org/ns#" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
9 xmlns:svg="http://www.w3.org/2000/svg" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
10 xmlns="http://www.w3.org/2000/svg" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
11 xmlns:xlink="http://www.w3.org/1999/xlink" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
12 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
13 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
14 width="640px" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
15 height="480px" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
16 id="svg2383" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
17 sodipodi:version="0.32" |
1131 | 18 inkscape:version="0.48+devel r9774 custom" |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
19 sodipodi:docname="mbtest.svg" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
20 inkscape:output_extension="org.inkscape.output.svg.inkscape" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
21 version="1.1"> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
22 <sodipodi:namedview |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
23 id="base" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
24 pagecolor="#ffffff" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
25 bordercolor="#666666" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
26 borderopacity="1.0" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
27 inkscape:pageopacity="0.0" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
28 inkscape:pageshadow="2" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
29 inkscape:zoom="1.6029106" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
30 inkscape:cx="304.10148" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
31 inkscape:cy="340.31842" |
1131 | 32 inkscape:current-layer="g3303" |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
33 inkscape:document-units="px" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
34 showgrid="false" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
35 inkscape:window-width="1400" |
1120
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
36 inkscape:window-height="973" |
974 | 37 inkscape:window-x="271" |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
38 inkscape:window-y="25" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
39 inkscape:window-maximized="0" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
40 <defs |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
41 id="defs2385"> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
42 <linearGradient |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
43 inkscape:collect="always" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
44 id="linearGradient3211"> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
45 <stop |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
46 style="stop-color:#001dff;stop-opacity:1;" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
47 offset="0" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
48 id="stop3213" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
49 <stop |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
50 style="stop-color:#001dff;stop-opacity:0;" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
51 offset="1" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
52 id="stop3215" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
53 </linearGradient> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
54 <inkscape:perspective |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
55 sodipodi:type="inkscape:persp3d" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
56 inkscape:vp_x="0 : 240 : 1" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
57 inkscape:vp_y="0 : 1000 : 0" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
58 inkscape:vp_z="640 : 240 : 1" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
59 inkscape:persp3d-origin="320 : 160 : 1" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
60 id="perspective2391" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
61 <linearGradient |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
62 inkscape:collect="always" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
63 xlink:href="#linearGradient3211" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
64 id="linearGradient3217" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
65 x1="31.940987" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
66 y1="28.009715" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
67 x2="104.68548" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
68 y2="28.009715" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
69 gradientUnits="userSpaceOnUse" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
70 <filter |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
71 inkscape:collect="always" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
72 id="filter3295"> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
73 <feGaussianBlur |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
74 inkscape:collect="always" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
75 stdDeviation="0.67110109" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
76 id="feGaussianBlur3297" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
77 </filter> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
78 <linearGradient |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
79 inkscape:collect="always" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
80 xlink:href="#linearGradient3211" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
81 id="linearGradient3316" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
82 gradientUnits="userSpaceOnUse" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
83 x1="31.940987" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
84 y1="28.009715" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
85 x2="104.68548" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
86 y2="28.009715" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
87 <linearGradient |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
88 y2="28.009715" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
89 x2="104.68548" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
90 y1="28.009715" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
91 x1="31.940987" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
92 gradientUnits="userSpaceOnUse" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
93 id="linearGradient3542" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
94 xlink:href="#linearGradient3211" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
95 inkscape:collect="always" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
96 <linearGradient |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
97 y2="28.009715" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
98 x2="104.68548" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
99 y1="28.009715" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
100 x1="31.940987" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
101 gradientUnits="userSpaceOnUse" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
102 id="linearGradient3544" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
103 xlink:href="#linearGradient3211" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
104 inkscape:collect="always" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
105 <linearGradient |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
106 inkscape:collect="always" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
107 xlink:href="#linearGradient3211-0" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
108 id="linearGradient3316-4" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
109 gradientUnits="userSpaceOnUse" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
110 x1="31.940987" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
111 y1="28.009714" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
112 x2="104.68548" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
113 y2="28.009714" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
114 <linearGradient |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
115 inkscape:collect="always" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
116 id="linearGradient3211-0"> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
117 <stop |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
118 style="stop-color:#001dff;stop-opacity:1;" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
119 offset="0" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
120 id="stop3213-3" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
121 <stop |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
122 style="stop-color:#001dff;stop-opacity:0;" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
123 offset="1" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
124 id="stop3215-9" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
125 </linearGradient> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
126 <linearGradient |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
127 inkscape:collect="always" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
128 xlink:href="#linearGradient3211-0" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
129 id="linearGradient3217-6" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
130 x1="31.940987" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
131 y1="28.009714" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
132 x2="104.68548" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
133 y2="28.009714" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
134 gradientUnits="userSpaceOnUse" /> |
974 | 135 <linearGradient |
136 inkscape:collect="always" | |
137 xlink:href="#linearGradient3211-0-5" | |
138 id="linearGradient3316-4-8" | |
139 gradientUnits="userSpaceOnUse" | |
140 x1="31.940987" | |
141 y1="28.009714" | |
142 x2="104.68548" | |
143 y2="28.009714" /> | |
144 <linearGradient | |
145 inkscape:collect="always" | |
146 id="linearGradient3211-0-5"> | |
147 <stop | |
148 style="stop-color:#001dff;stop-opacity:1;" | |
149 offset="0" | |
150 id="stop3213-3-8" /> | |
151 <stop | |
152 style="stop-color:#001dff;stop-opacity:0;" | |
153 offset="1" | |
154 id="stop3215-9-4" /> | |
155 </linearGradient> | |
156 <filter | |
157 color-interpolation-filters="sRGB" | |
158 inkscape:collect="always" | |
159 id="filter3295-1-3"> | |
160 <feGaussianBlur | |
161 inkscape:collect="always" | |
162 stdDeviation="0.67110109" | |
163 id="feGaussianBlur3297-9-7" /> | |
164 </filter> | |
165 <linearGradient | |
166 inkscape:collect="always" | |
167 xlink:href="#linearGradient3211-0-5" | |
168 id="linearGradient3217-6-1" | |
169 x1="31.940987" | |
170 y1="28.009714" | |
171 x2="104.68548" | |
172 y2="28.009714" | |
173 gradientUnits="userSpaceOnUse" /> | |
174 <linearGradient | |
175 inkscape:collect="always" | |
176 xlink:href="#linearGradient3211-0-5" | |
177 id="linearGradient3237" | |
178 gradientUnits="userSpaceOnUse" | |
179 x1="31.940987" | |
180 y1="28.009714" | |
181 x2="104.68548" | |
182 y2="28.009714" /> | |
1123 | 183 <linearGradient |
184 inkscape:collect="always" | |
185 xlink:href="#linearGradient3211-0-5-5" | |
186 id="linearGradient3316-4-8-2" | |
187 gradientUnits="userSpaceOnUse" | |
188 x1="31.940987" | |
189 y1="28.009714" | |
190 x2="104.68548" | |
191 y2="28.009714" /> | |
192 <linearGradient | |
193 inkscape:collect="always" | |
194 id="linearGradient3211-0-5-5"> | |
195 <stop | |
196 style="stop-color:#001dff;stop-opacity:1;" | |
197 offset="0" | |
198 id="stop3213-3-8-8" /> | |
199 <stop | |
200 style="stop-color:#001dff;stop-opacity:0;" | |
201 offset="1" | |
202 id="stop3215-9-4-6" /> | |
203 </linearGradient> | |
204 <filter | |
205 color-interpolation-filters="sRGB" | |
206 inkscape:collect="always" | |
207 id="filter3295-1-3-2"> | |
208 <feGaussianBlur | |
209 inkscape:collect="always" | |
210 stdDeviation="0.67110109" | |
211 id="feGaussianBlur3297-9-7-8" /> | |
212 </filter> | |
213 <linearGradient | |
214 inkscape:collect="always" | |
215 xlink:href="#linearGradient3211-0-5-5" | |
216 id="linearGradient3909" | |
217 gradientUnits="userSpaceOnUse" | |
218 x1="31.940987" | |
219 y1="28.009714" | |
220 x2="104.68548" | |
221 y2="28.009714" /> | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
222 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
223 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
224 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
225 id="linearGradient3279" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
226 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
227 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
228 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
229 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
230 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
231 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
232 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
233 xlink:href="#linearGradient3211-0-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
234 id="linearGradient3151" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
235 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
236 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
237 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
238 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
239 y2="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
240 gradientTransform="scale(0,0)" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
241 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
242 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
243 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
244 id="linearGradient3153" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
245 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
246 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
247 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
248 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
249 y2="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
250 gradientTransform="matrix(0.237454,0,0,0,30.388816,0)" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
251 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
252 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
253 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
254 id="linearGradient10701" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
255 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
256 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
257 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
258 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
259 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
260 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
261 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
262 xlink:href="#linearGradient3211-0-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
263 id="linearGradient18053" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
264 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
265 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
266 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
267 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
268 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
269 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
270 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
271 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
272 id="linearGradient19291" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
273 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
274 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
275 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
276 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
277 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
278 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
279 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
280 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
281 id="linearGradient19296" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
282 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
283 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
284 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
285 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
286 y2="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
287 gradientTransform="translate(75.331712,-0.46789912)" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
288 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
289 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
290 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
291 id="linearGradient19303" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
292 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
293 gradientTransform="translate(75.331712,-0.46789912)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
294 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
295 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
296 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
297 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
298 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
299 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
300 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
301 id="linearGradient20029" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
302 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
303 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
304 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
305 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
306 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
307 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
308 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
309 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
310 id="linearGradient20034" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
311 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
312 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
313 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
314 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
315 y2="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
316 gradientTransform="translate(75.331712,-0.46789912)" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
317 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
318 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
319 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
320 id="linearGradient20068" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
321 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
322 gradientTransform="translate(75.331712,-0.46789912)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
323 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
324 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
325 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
326 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
327 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
328 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
329 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
330 id="linearGradient3184" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
331 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
332 gradientTransform="translate(75.331712,-0.46789912)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
333 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
334 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
335 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
336 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
337 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
338 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
339 xlink:href="#linearGradient3211-0-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
340 id="linearGradient4893" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
341 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
342 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
343 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
344 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
345 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
346 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
347 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
348 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
349 id="linearGradient4895" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
350 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
351 gradientTransform="translate(75.331712,-0.46789912)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
352 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
353 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
354 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
355 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
356 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
357 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
358 xlink:href="#linearGradient3211-0-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
359 id="linearGradient4897" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
360 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
361 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
362 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
363 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
364 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
365 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
366 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
367 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
368 id="linearGradient4899" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
369 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
370 gradientTransform="translate(75.331712,-0.46789912)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
371 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
372 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
373 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
374 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
375 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
376 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
377 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
378 id="linearGradient4138" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
379 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
380 gradientTransform="translate(75.331712,-0.46789912)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
381 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
382 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
383 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
384 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
385 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
386 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
387 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
388 id="linearGradient5880" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
389 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
390 gradientTransform="translate(75.331712,-0.46789912)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
391 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
392 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
393 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
394 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
395 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
396 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
397 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
398 id="linearGradient3170" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
399 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
400 gradientTransform="translate(158.65467,189.3155)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
401 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
402 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
403 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
404 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
405 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
406 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
407 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
408 id="linearGradient3199" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
409 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
410 gradientTransform="translate(158.65467,189.3155)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
411 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
412 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
413 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
414 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
415 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
416 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
417 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
418 id="linearGradient3693" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
419 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
420 gradientTransform="translate(78.799936,12.76167)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
421 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
422 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
423 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
424 y2="28.009714" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
425 <linearGradient |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
426 inkscape:collect="always" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
427 xlink:href="#linearGradient3211-0-5-5" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
428 id="linearGradient3700" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
429 gradientUnits="userSpaceOnUse" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
430 gradientTransform="translate(78.799936,12.76167)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
431 x1="31.940987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
432 y1="28.009714" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
433 x2="104.68548" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
434 y2="28.009714" /> |
1131 | 435 <linearGradient |
436 inkscape:collect="always" | |
437 xlink:href="#linearGradient3211-0-5-5" | |
438 id="linearGradient3189" | |
439 gradientUnits="userSpaceOnUse" | |
440 gradientTransform="translate(158.65467,189.3155)" | |
441 x1="31.940987" | |
442 y1="28.009714" | |
443 x2="104.68548" | |
444 y2="28.009714" /> | |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
445 </defs> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
446 <metadata |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
447 id="metadata2388"> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
448 <rdf:RDF> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
449 <cc:Work |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
450 rdf:about=""> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
451 <dc:format>image/svg+xml</dc:format> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
452 <dc:type |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
453 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
454 </cc:Work> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
455 </rdf:RDF> |
980 | 456 <ns0:scenes> |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
457 <ns0:scene |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
458 start="1" |
1120
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
459 ref="s4427" |
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
460 type="normal" /> |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
461 <ns0:scene |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
462 start="2" |
1120
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
463 ref="s4159" |
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
464 type="normal" /> |
980 | 465 <ns0:scene |
466 start="5" | |
467 ref="s9524" | |
1120
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
468 end="10" |
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
469 type="normal" /> |
980 | 470 <ns0:scene |
471 start="15" | |
1120
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
472 ref="s6546" |
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
473 type="normal" /> |
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
474 <ns0:scene |
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
475 start="1" |
1123 | 476 ref="g3303" |
1120
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
477 end="15" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
478 type="scale" /> |
1123 | 479 <ns0:scene |
480 start="16" | |
1131 | 481 ref="Backgrounds7378" |
1123 | 482 type="normal" /> |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
483 </ns0:scenes> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
484 </metadata> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
485 <g |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
486 inkscape:groupmode="layer" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
487 id="layer2" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
488 inkscape:label="Background" |
974 | 489 style="display:inline"> |
490 <g | |
1123 | 491 style="display:none" |
492 id="g3303" | |
493 inkscape:label="action1"> | |
494 <g | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
495 id="g3189" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
496 transform="translate(-0.898833,11.981842)"> |
1123 | 497 <rect |
498 style="fill:#00ffff;fill-opacity:1;stroke:#000000;stroke-opacity:1;display:inline" | |
499 id="rect2437" | |
500 width="641.95721" | |
501 height="481.62387" | |
502 x="0.93578684" | |
503 y="-10.98185" /> | |
504 <rect | |
505 style="fill:#ffcc1d;fill-opacity:1;stroke:none" | |
506 id="rect3698" | |
507 width="624.48901" | |
508 height="46.789886" | |
509 x="6.8625164" | |
510 y="5.8625031" | |
511 rx="10" | |
512 ry="10" /> | |
513 </g> | |
974 | 514 <g |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
515 id="g18021" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
516 transform="translate(-0.898833,11.981842)"> |
974 | 517 <rect |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
518 style="fill:url(#linearGradient4897);fill-opacity:1;stroke:none;filter:url(#filter3295-1-3)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
519 id="rect2439" |
1123 | 520 width="71.744492" |
521 height="25.57847" | |
522 x="32.440987" | |
523 y="15.22048" /> | |
524 <text | |
525 xml:space="preserve" | |
526 style="font-size:24px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" | |
527 x="39.927368" | |
528 y="33.312569" | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
529 id="text3299"><tspan |
1123 | 530 sodipodi:role="line" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
531 id="tspan3301" |
1123 | 532 x="39.927368" |
533 y="33.312569" | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
534 style="font-size:16px">Action</tspan></text> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
535 </g> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
536 <g |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
537 id="g3165" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
538 transform="translate(-80.478599,-177.80156)"> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
539 <rect |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
540 y="204.53598" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
541 x="191.09566" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
542 height="25.57847" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
543 width="71.744492" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
544 id="rect3310" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
545 style="fill:url(#linearGradient3170);fill-opacity:1;stroke:none;filter:url(#filter3295-1-3-2)" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
546 <text |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
547 id="text3312" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
548 y="222.62807" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
549 x="198.58203" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
550 style="font-size:24px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
551 xml:space="preserve"><tspan |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
552 style="font-size:16px" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
553 y="222.62807" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
554 x="198.58203" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
555 id="tspan3314" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
556 sodipodi:role="line">Select</tspan></text> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
557 </g> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
558 <g |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
559 id="g3361" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
560 transform="translate(-0.898833,11.981842)"> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
561 <rect |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
562 transform="translate(15.128732,-2.0275737)" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
563 y="14.596627" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
564 x="180.92088" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
565 height="29.321661" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
566 width="67.377434" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
567 id="rect3359" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
568 style="fill:#000000;fill-opacity:1" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
569 </g> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
570 </g> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
571 <g |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
572 inkscape:label="action1" |
1131 | 573 id="Backgrounds7378" |
574 style="display:none" | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
575 inkscape:groupmode="layer"> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
576 <g |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
577 transform="translate(-0.898833,11.981842)" |
1131 | 578 id="g3163"> |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
579 <rect |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
580 y="-10.98185" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
581 x="0.93578684" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
582 height="481.62387" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
583 width="641.95721" |
1131 | 584 id="rect3165" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
585 style="fill:#00ffff;fill-opacity:1;stroke:#000000;stroke-opacity:1;display:inline" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
586 <rect |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
587 ry="10" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
588 rx="10" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
589 y="5.8625031" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
590 x="6.8625164" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
591 height="46.789886" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
592 width="624.48901" |
1131 | 593 id="rect3167" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
594 style="fill:#ffcc1d;fill-opacity:1;stroke:none" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
595 </g> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
596 <g |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
597 transform="translate(-0.898833,11.981842)" |
1131 | 598 id="g3169"> |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
599 <rect |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
600 y="15.22048" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
601 x="32.440987" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
602 height="25.57847" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
603 width="71.744492" |
1131 | 604 id="rect3171" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
605 style="fill:url(#linearGradient4897);fill-opacity:1;stroke:none;filter:url(#filter3295-1-3)" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
606 <text |
1131 | 607 id="text3173" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
608 y="33.312569" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
609 x="39.927368" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
610 style="font-size:24px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
611 xml:space="preserve"><tspan |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
612 style="font-size:16px" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
613 y="33.312569" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
614 x="39.927368" |
1131 | 615 id="tspan3175" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
616 sodipodi:role="line">Action</tspan></text> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
617 </g> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
618 <g |
1131 | 619 transform="matrix(0.01251208,1.4317374,-1.8735908,0.00956133,563.61722,-271.29221)" |
620 id="g3177"> | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
621 <rect |
1131 | 622 style="fill:url(#linearGradient3189);fill-opacity:1;stroke:none;filter:url(#filter3295-1-3-2)" |
623 id="rect3179" | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
624 width="71.744492" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
625 height="25.57847" |
1131 | 626 x="191.09566" |
627 y="204.53598" /> | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
628 <text |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
629 xml:space="preserve" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
630 style="font-size:24px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" |
1131 | 631 x="198.58203" |
632 y="222.62807" | |
633 id="text3181"><tspan | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
634 sodipodi:role="line" |
1131 | 635 id="tspan3183" |
636 x="198.58203" | |
637 y="222.62807" | |
1123 | 638 style="font-size:16px">Select</tspan></text> |
639 </g> | |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
640 <g |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
641 transform="translate(-0.898833,11.981842)" |
1131 | 642 id="g3185"> |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
643 <rect |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
644 style="fill:#000000;fill-opacity:1" |
1131 | 645 id="rect3187" |
1128
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
646 width="67.377434" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
647 height="29.321661" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
648 x="180.92088" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
649 y="14.596627" |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
650 transform="translate(15.128732,-2.0275737)" /> |
b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
wycc
parents:
1123
diff
changeset
|
651 </g> |
1123 | 652 </g> |
1131 | 653 <g |
654 inkscape:label="dup" | |
1137 | 655 id="g4022"> |
1131 | 656 <g |
1137 | 657 id="g4024" |
658 transform="matrix(1,0,0,1,0,0)"> | |
1131 | 659 <g |
660 transform="translate(-0.898833,11.981842)" | |
1137 | 661 id="g4026"> |
1131 | 662 <rect |
663 y="-10.98185" | |
664 x="0.93578684" | |
665 height="481.62387" | |
666 width="641.95721" | |
1137 | 667 id="rect4028" |
1131 | 668 style="fill:#00ffff;fill-opacity:1;stroke:#000000;stroke-opacity:1;display:inline" /> |
669 <rect | |
670 ry="10" | |
671 rx="10" | |
672 y="5.8625031" | |
673 x="6.8625164" | |
674 height="46.789886" | |
675 width="624.48901" | |
1137 | 676 id="rect4030" |
1131 | 677 style="fill:#ffcc1d;fill-opacity:1;stroke:none" /> |
678 </g> | |
679 </g> | |
680 <g | |
1137 | 681 id="g4032" |
682 transform="matrix(1,0,0,1,0,0)"> | |
1131 | 683 <g |
684 transform="translate(-0.898833,11.981842)" | |
1137 | 685 id="g4034"> |
1131 | 686 <rect |
687 y="15.22048" | |
688 x="32.440987" | |
689 height="25.57847" | |
690 width="71.744492" | |
1137 | 691 id="rect4036" |
1131 | 692 style="fill:url(#linearGradient4897);fill-opacity:1;stroke:none;filter:url(#filter3295-1-3)" /> |
693 <text | |
1137 | 694 id="text4038" |
1131 | 695 y="33.312569" |
696 x="39.927368" | |
697 style="font-size:24px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" | |
698 xml:space="preserve"><tspan | |
699 style="font-size:16px" | |
700 y="33.312569" | |
701 x="39.927368" | |
1137 | 702 id="tspan4040" |
1131 | 703 sodipodi:role="line">Action</tspan></text> |
704 </g> | |
705 </g> | |
706 <g | |
1137 | 707 id="g4042" |
708 transform="matrix(1.11772,0.334322,-0.361518,1.03363,-0.397653,-47.0597)"> | |
1131 | 709 <g |
710 transform="translate(-80.478599,-177.80156)" | |
1137 | 711 id="g4044"> |
1131 | 712 <rect |
713 style="fill:url(#linearGradient3170);fill-opacity:1;stroke:none;filter:url(#filter3295-1-3-2)" | |
1137 | 714 id="rect4046" |
1131 | 715 width="71.744492" |
716 height="25.57847" | |
717 x="191.09566" | |
718 y="204.53598" /> | |
719 <text | |
720 xml:space="preserve" | |
721 style="font-size:24px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" | |
722 x="198.58203" | |
723 y="222.62807" | |
1137 | 724 id="text4048"><tspan |
1131 | 725 sodipodi:role="line" |
1137 | 726 id="tspan4050" |
1131 | 727 x="198.58203" |
728 y="222.62807" | |
729 style="font-size:16px">Select</tspan></text> | |
730 </g> | |
731 </g> | |
732 <g | |
1137 | 733 id="g4052" |
734 transform="matrix(1,0,0,1,0,-5.68434e-14)"> | |
1131 | 735 <g |
736 transform="translate(-0.898833,11.981842)" | |
1137 | 737 id="g4054"> |
1131 | 738 <rect |
739 style="fill:#000000;fill-opacity:1" | |
1137 | 740 id="rect4056" |
1131 | 741 width="67.377434" |
742 height="29.321661" | |
743 x="180.92088" | |
744 y="14.596627" | |
745 transform="translate(15.128732,-2.0275737)" /> | |
746 </g> | |
747 </g> | |
748 </g> | |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
749 </g> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
750 <g |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
751 inkscape:groupmode="layer" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
752 id="layer3" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
753 inkscape:label="Buton" |
1120
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
754 style="display:none"> |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
755 <g |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
756 id="s4427" |
980 | 757 style="display:none" /> |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
758 <g |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
759 id="s4159" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
760 transform="translate(170.31517,0.62386544)" |
974 | 761 style="display:none"> |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
762 <g |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
763 transform="translate(4.9909171,0.3119319)" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
764 id="g3370"> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
765 <rect |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
766 style="fill:url(#linearGradient3542);fill-opacity:1;stroke:none;filter:url(#filter3295)" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
767 id="rect3372" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
768 width="71.744492" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
769 height="25.57847" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
770 x="32.440987" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
771 y="15.22048" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
772 <text |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
773 xml:space="preserve" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
774 style="font-size:24px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
775 x="35.927368" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
776 y="33.312569" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
777 id="text3374"><tspan |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
778 sodipodi:role="line" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
779 id="tspan3376" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
780 x="35.927368" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
781 y="33.312569" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
782 style="font-size:16px">GNOME</tspan></text> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
783 </g> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
784 <g |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
785 transform="translate(102.93775,-0.9357981)" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
786 id="g3380"> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
787 <rect |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
788 style="fill:url(#linearGradient3544);fill-opacity:1;stroke:none;filter:url(#filter3295)" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
789 id="rect3382" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
790 width="71.744492" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
791 height="25.57847" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
792 x="32.440987" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
793 y="15.22048" /> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
794 <text |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
795 xml:space="preserve" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
796 style="font-size:24px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
797 x="39.927368" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
798 y="33.312569" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
799 id="text3384"><tspan |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
800 sodipodi:role="line" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
801 id="tspan3386" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
802 x="39.927368" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
803 y="33.312569" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
804 style="font-size:16px">AAA</tspan></text> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
805 </g> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
806 </g> |
980 | 807 <g |
808 id="s9524" | |
809 transform="translate(90.460441,64.258106)" | |
810 style="display:none"> | |
811 <rect | |
812 x="0" | |
813 y="0" | |
814 width="100" | |
815 height="100" | |
816 id="rect3118" /> | |
817 </g> | |
818 <g | |
819 id="s6546" | |
1137 | 820 style="display:none"> |
980 | 821 <rect |
822 x="0" | |
823 y="0" | |
824 width="100" | |
825 height="100" | |
826 id="rect3116" /> | |
827 </g> | |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
828 </g> |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
829 <g |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
830 id="layer1" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
831 inkscape:label="Layer 1" |
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
832 inkscape:groupmode="layer" |
1120
214e1f628d63
Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
wycc
parents:
980
diff
changeset
|
833 style="display:none" /> |
941
9ba94c577a6f
Add scene editor. This vewrsion can only switch scene. It can not change the scene yet.
wycc
parents:
diff
changeset
|
834 </svg> |