Mercurial > MadButterfly
annotate pyink/primitive_test.svg @ 1163:c23593881507
Merge.
Fix a bug to select the tween without key frame after it.
author | wycc |
---|---|
date | Tue, 28 Dec 2010 22:26:11 +0800 |
parents | 64c54ef39480 |
children | be1f15701770 |
rev | line source |
---|---|
1137 | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 <!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | |
4 <svg | |
5 xmlns:ns0="http://madbutterfly.sourceforge.net/DTD/madbutterfly.dtd" | |
6 xmlns:dc="http://purl.org/dc/elements/1.1/" | |
7 xmlns:cc="http://creativecommons.org/ns#" | |
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
9 xmlns:svg="http://www.w3.org/2000/svg" | |
10 xmlns="http://www.w3.org/2000/svg" | |
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
1146
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
13 width="744.09448" |
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
14 height="1052.3622" |
1137 | 15 id="svg2" |
16 version="1.1" | |
1146
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
17 inkscape:version="0.48+devel r9776" |
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
18 sodipodi:docname="primitive_test.svg" |
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
19 style="display:inline"> |
1137 | 20 <defs |
21 id="defs4" /> | |
22 <sodipodi:namedview | |
23 id="base" | |
24 pagecolor="#ffffff" | |
25 bordercolor="#666666" | |
26 borderopacity="1.0" | |
27 inkscape:pageopacity="0.0" | |
28 inkscape:pageshadow="2" | |
1157
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
29 inkscape:zoom="0.7" |
1162 | 30 inkscape:cx="174.98236" |
1157
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
31 inkscape:cy="910.80426" |
1137 | 32 inkscape:document-units="px" |
1162 | 33 inkscape:current-layer="icon3s9667" |
1137 | 34 showgrid="false" |
1162 | 35 inkscape:window-width="770" |
36 inkscape:window-height="639" | |
37 inkscape:window-x="594" | |
38 inkscape:window-y="229" | |
39 inkscape:window-maximized="0" /> | |
1137 | 40 <metadata |
41 id="metadata7"> | |
42 <rdf:RDF> | |
43 <cc:Work | |
44 rdf:about=""> | |
45 <dc:format>image/svg+xml</dc:format> | |
46 <dc:type | |
47 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
48 <dc:title /> | |
49 </cc:Work> | |
50 </rdf:RDF> | |
51 <ns0:scenes> | |
52 <ns0:scene | |
53 start="1" | |
1162 | 54 end="5" |
55 ref="icon3s1983" | |
56 type="scale" /> | |
57 <ns0:scene | |
58 start="6" | |
59 end="15" | |
60 ref="icon3s9667" | |
1163 | 61 type="scale" /> |
1162 | 62 <ns0:scene |
63 start="16" | |
64 ref="icon3s9194" | |
65 type="normal" /> | |
66 <ns0:scene | |
67 start="1" | |
1163 | 68 end="21" |
1162 | 69 ref="icon2s5149" |
70 type="normal" /> | |
71 <ns0:scene | |
72 start="1" | |
73 end="10" | |
74 ref="icon1s6535" | |
75 type="scale" /> | |
76 <ns0:scene | |
77 start="11" | |
78 end="20" | |
79 ref="icon1s5911" | |
1163 | 80 type="scale" /> |
1162 | 81 <ns0:scene |
82 start="21" | |
83 ref="icon1s3" | |
84 type="normal" /> | |
85 <ns0:scene | |
86 start="1" | |
87 end="8" | |
1137 | 88 ref="Layer 1s1983" |
1157
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
89 type="scale" /> |
1137 | 90 </ns0:scenes> |
91 </metadata> | |
92 <g | |
93 inkscape:label="Layer 1" | |
94 inkscape:groupmode="layer" | |
1146
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
95 id="layer1" |
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
96 style="display:inline"> |
1137 | 97 <g |
98 id="Layer 1s1983" | |
99 inkscape:groupmode="layer" | |
100 style="display:none"> | |
1157
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
101 <rect |
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
102 style="fill:#808000;fill-opacity:1" |
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
103 id="rect3098" |
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
104 width="57.142857" |
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
105 height="61.42857" |
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
106 x="21.428572" |
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
107 y="153.79076" /> |
1137 | 108 </g> |
109 <g | |
1162 | 110 inkscape:label="dup" |
111 sodipodi:insensitive="1" | |
1163 | 112 style="display:none" |
113 id="g3701" /> | |
1162 | 114 </g> |
115 <g | |
116 inkscape:groupmode="layer" | |
117 id="layer2" | |
118 inkscape:label="icon1"> | |
119 <g | |
120 id="icon1s6535" | |
121 inkscape:groupmode="layer" | |
122 style="display:none"> | |
123 <path | |
124 sodipodi:type="arc" | |
125 style="fill:#999999;fill-opacity:1" | |
126 id="path3105" | |
127 sodipodi:cx="73.571426" | |
128 sodipodi:cy="46.647896" | |
129 sodipodi:rx="29.285715" | |
130 sodipodi:ry="28.571428" | |
131 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" /> | |
132 </g> | |
133 <g | |
134 style="display:none" | |
1137 | 135 inkscape:groupmode="layer" |
1162 | 136 id="icon1s5911" |
137 ns0:duplicate-src="icon1s6535"> | |
138 <path | |
139 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
140 sodipodi:ry="28.571428" | |
141 sodipodi:rx="29.285715" | |
142 sodipodi:cy="46.647896" | |
143 sodipodi:cx="73.571426" | |
144 id="path3112" | |
145 style="fill:#999999;fill-opacity:1" | |
146 sodipodi:type="arc" | |
147 ns0:duplicate-src="path3105" | |
148 transform="translate(0,85.714286)" /> | |
149 </g> | |
150 <g | |
151 ns0:duplicate-src="icon1s5911" | |
152 id="icon1s3" | |
153 inkscape:groupmode="layer" | |
154 style="display: none"> | |
155 <path | |
156 transform="translate(0,85.714286)" | |
157 ns0:duplicate-src="path3112" | |
158 sodipodi:type="arc" | |
159 style="fill:#999999;fill-opacity:1" | |
160 id="path3270" | |
161 sodipodi:cx="73.571426" | |
162 sodipodi:cy="46.647896" | |
163 sodipodi:rx="29.285715" | |
164 sodipodi:ry="28.571428" | |
165 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" /> | |
166 </g> | |
167 <g | |
168 inkscape:label="dup" | |
169 sodipodi:insensitive="1" | |
170 style="" | |
1163 | 171 id="g3695"> |
1162 | 172 <g |
1163 | 173 ref="path3112" |
174 id="g3723" | |
175 transform="matrix(1,0,0,1,0,0)"> | |
1162 | 176 <path |
177 transform="translate(0,85.714286)" | |
178 ns0:duplicate-src="path3105" | |
179 sodipodi:type="arc" | |
180 style="fill:#999999;fill-opacity:1" | |
1163 | 181 id="path3725" |
1162 | 182 sodipodi:cx="73.571426" |
183 sodipodi:cy="46.647896" | |
184 sodipodi:rx="29.285715" | |
185 sodipodi:ry="28.571428" | |
1163 | 186 d="m 102.85714,46.647896 c 0,15.779564 -13.11166,28.571428 -29.285714,28.571428 -16.174053,0 -29.285715,-12.791864 -29.285715,-28.571428 0,-15.779564 13.111662,-28.571428 29.285715,-28.571428 16.174054,0 29.285714,12.791864 29.285714,28.571428 z" /> |
1162 | 187 </g> |
188 </g> | |
189 </g> | |
190 <g | |
191 inkscape:groupmode="layer" | |
192 id="layer3" | |
193 inkscape:label="icon2"> | |
194 <g | |
195 id="icon2s5149" | |
196 inkscape:groupmode="layer" | |
1163 | 197 style="display:none"> |
1162 | 198 <path |
199 transform="translate(86.428574,1.4285721)" | |
200 sodipodi:type="arc" | |
201 style="fill:#999999;fill-opacity:1;display:inline" | |
202 id="path3105-1" | |
203 sodipodi:cx="73.571426" | |
204 sodipodi:cy="46.647896" | |
205 sodipodi:rx="29.285715" | |
206 sodipodi:ry="28.571428" | |
207 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" /> | |
1146
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
208 </g> |
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
209 <g |
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
210 inkscape:label="dup" |
e14ec6d1a661
CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
wycc
parents:
1140
diff
changeset
|
211 sodipodi:insensitive="1" |
1163 | 212 style="" |
213 id="g3689"> | |
214 <g | |
215 id="g3691"> | |
216 <path | |
217 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
218 sodipodi:ry="28.571428" | |
219 sodipodi:rx="29.285715" | |
220 sodipodi:cy="46.647896" | |
221 sodipodi:cx="73.571426" | |
222 id="path3693" | |
223 style="fill:#999999;fill-opacity:1;display:inline" | |
224 sodipodi:type="arc" | |
225 transform="translate(86.428574,1.4285721)" | |
226 ref="path3105-1" /> | |
227 </g> | |
228 <g | |
229 id="g3707"> | |
230 <path | |
231 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
232 sodipodi:ry="28.571428" | |
233 sodipodi:rx="29.285715" | |
234 sodipodi:cy="46.647896" | |
235 sodipodi:cx="73.571426" | |
236 id="path3709" | |
237 style="fill:#999999;fill-opacity:1;display:inline" | |
238 sodipodi:type="arc" | |
239 transform="translate(86.428574,1.4285721)" | |
240 ref="path3105-1" /> | |
241 </g> | |
242 <g | |
243 id="g3711"> | |
244 <path | |
245 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
246 sodipodi:ry="28.571428" | |
247 sodipodi:rx="29.285715" | |
248 sodipodi:cy="46.647896" | |
249 sodipodi:cx="73.571426" | |
250 id="path3713" | |
251 style="fill:#999999;fill-opacity:1;display:inline" | |
252 sodipodi:type="arc" | |
253 transform="translate(86.428574,1.4285721)" | |
254 ref="path3105-1" /> | |
255 </g> | |
256 <g | |
257 id="g3715"> | |
258 <path | |
259 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
260 sodipodi:ry="28.571428" | |
261 sodipodi:rx="29.285715" | |
262 sodipodi:cy="46.647896" | |
263 sodipodi:cx="73.571426" | |
264 id="path3717" | |
265 style="fill:#999999;fill-opacity:1;display:inline" | |
266 sodipodi:type="arc" | |
267 transform="translate(86.428574,1.4285721)" | |
268 ref="path3105-1" /> | |
269 </g> | |
270 <g | |
271 id="g3719"> | |
272 <path | |
273 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
274 sodipodi:ry="28.571428" | |
275 sodipodi:rx="29.285715" | |
276 sodipodi:cy="46.647896" | |
277 sodipodi:cx="73.571426" | |
278 id="path3721" | |
279 style="fill:#999999;fill-opacity:1;display:inline" | |
280 sodipodi:type="arc" | |
281 transform="translate(86.428574,1.4285721)" | |
282 ref="path3105-1" /> | |
283 </g> | |
284 <g | |
285 id="g3727"> | |
286 <path | |
287 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
288 sodipodi:ry="28.571428" | |
289 sodipodi:rx="29.285715" | |
290 sodipodi:cy="46.647896" | |
291 sodipodi:cx="73.571426" | |
292 id="path3729" | |
293 style="fill:#999999;fill-opacity:1;display:inline" | |
294 sodipodi:type="arc" | |
295 transform="translate(86.428574,1.4285721)" | |
296 ref="path3105-1" /> | |
297 </g> | |
298 <g | |
299 id="g3731"> | |
300 <path | |
301 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
302 sodipodi:ry="28.571428" | |
303 sodipodi:rx="29.285715" | |
304 sodipodi:cy="46.647896" | |
305 sodipodi:cx="73.571426" | |
306 id="path3733" | |
307 style="fill:#999999;fill-opacity:1;display:inline" | |
308 sodipodi:type="arc" | |
309 transform="translate(86.428574,1.4285721)" | |
310 ref="path3105-1" /> | |
311 </g> | |
312 <g | |
313 id="g3735"> | |
314 <path | |
315 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
316 sodipodi:ry="28.571428" | |
317 sodipodi:rx="29.285715" | |
318 sodipodi:cy="46.647896" | |
319 sodipodi:cx="73.571426" | |
320 id="path3737" | |
321 style="fill:#999999;fill-opacity:1;display:inline" | |
322 sodipodi:type="arc" | |
323 transform="translate(86.428574,1.4285721)" | |
324 ref="path3105-1" /> | |
325 </g> | |
326 <g | |
327 id="g3739"> | |
328 <path | |
329 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
330 sodipodi:ry="28.571428" | |
331 sodipodi:rx="29.285715" | |
332 sodipodi:cy="46.647896" | |
333 sodipodi:cx="73.571426" | |
334 id="path3741" | |
335 style="fill:#999999;fill-opacity:1;display:inline" | |
336 sodipodi:type="arc" | |
337 transform="translate(86.428574,1.4285721)" | |
338 ref="path3105-1" /> | |
339 </g> | |
340 <g | |
341 id="g3743"> | |
342 <path | |
343 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
344 sodipodi:ry="28.571428" | |
345 sodipodi:rx="29.285715" | |
346 sodipodi:cy="46.647896" | |
347 sodipodi:cx="73.571426" | |
348 id="path3745" | |
349 style="fill:#999999;fill-opacity:1;display:inline" | |
350 sodipodi:type="arc" | |
351 transform="translate(86.428574,1.4285721)" | |
352 ref="path3105-1" /> | |
353 </g> | |
354 <g | |
355 id="g3747"> | |
356 <path | |
357 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
358 sodipodi:ry="28.571428" | |
359 sodipodi:rx="29.285715" | |
360 sodipodi:cy="46.647896" | |
361 sodipodi:cx="73.571426" | |
362 id="path3749" | |
363 style="fill:#999999;fill-opacity:1;display:inline" | |
364 sodipodi:type="arc" | |
365 transform="translate(86.428574,1.4285721)" | |
366 ref="path3105-1" /> | |
367 </g> | |
368 <g | |
369 id="g3751"> | |
370 <path | |
371 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
372 sodipodi:ry="28.571428" | |
373 sodipodi:rx="29.285715" | |
374 sodipodi:cy="46.647896" | |
375 sodipodi:cx="73.571426" | |
376 id="path3753" | |
377 style="fill:#999999;fill-opacity:1;display:inline" | |
378 sodipodi:type="arc" | |
379 transform="translate(86.428574,1.4285721)" | |
380 ref="path3105-1" /> | |
381 </g> | |
382 </g> | |
1162 | 383 </g> |
384 <g | |
385 inkscape:groupmode="layer" | |
386 id="layer4" | |
387 inkscape:label="icon3"> | |
388 <g | |
389 id="icon3s1983" | |
390 inkscape:groupmode="layer" | |
391 style="display:none"> | |
392 <path | |
393 transform="translate(177.85715,2.8571441)" | |
394 sodipodi:type="arc" | |
395 style="fill:#999999;fill-opacity:1;display:inline" | |
396 id="path3105-0" | |
397 sodipodi:cx="73.571426" | |
398 sodipodi:cy="46.647896" | |
399 sodipodi:rx="29.285715" | |
400 sodipodi:ry="28.571428" | |
401 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" /> | |
402 </g> | |
403 <g | |
404 style="display:none" | |
405 inkscape:groupmode="layer" | |
406 id="icon3s9667" | |
407 ns0:duplicate-src="icon3s1983"> | |
408 <path | |
409 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" | |
410 sodipodi:ry="28.571428" | |
411 sodipodi:rx="29.285715" | |
412 sodipodi:cy="46.647896" | |
413 sodipodi:cx="73.571426" | |
414 id="path3196" | |
415 style="fill:#999999;fill-opacity:1;display:inline" | |
416 sodipodi:type="arc" | |
417 transform="translate(177.85715,2.8571441)" | |
418 ns0:duplicate-src="path3105-0" /> | |
419 </g> | |
420 <g | |
421 ns0:duplicate-src="icon3s9667" | |
422 id="icon3s9194" | |
423 inkscape:groupmode="layer" | |
424 style="display: none"> | |
425 <path | |
426 ns0:duplicate-src="path3196" | |
427 transform="translate(177.85715,88.57143)" | |
428 sodipodi:type="arc" | |
429 style="fill:#999999;fill-opacity:1;display:inline" | |
430 id="path3211" | |
431 sodipodi:cx="73.571426" | |
432 sodipodi:cy="46.647896" | |
433 sodipodi:rx="29.285715" | |
434 sodipodi:ry="28.571428" | |
435 d="m 102.85714,46.647896 a 29.285715,28.571428 0 1 1 -58.571429,0 29.285715,28.571428 0 1 1 58.571429,0 z" /> | |
436 </g> | |
437 <g | |
438 inkscape:label="dup" | |
439 sodipodi:insensitive="1" | |
440 style="" | |
1163 | 441 id="g3683"> |
1162 | 442 <g |
1163 | 443 ref="path3196" |
444 id="g3685" | |
445 transform="matrix(1,0,0,1,0,51.4286)"> | |
1162 | 446 <path |
447 ns0:duplicate-src="path3105-0" | |
448 transform="translate(177.85715,2.8571441)" | |
449 sodipodi:type="arc" | |
450 style="fill:#999999;fill-opacity:1;display:inline" | |
1163 | 451 id="path3687" |
1162 | 452 sodipodi:cx="73.571426" |
453 sodipodi:cy="46.647896" | |
454 sodipodi:rx="29.285715" | |
455 sodipodi:ry="28.571428" | |
1163 | 456 d="m 102.85714,46.647896 c 0,15.779564 -13.11166,28.571428 -29.285714,28.571428 -16.174053,0 -29.285715,-12.791864 -29.285715,-28.571428 0,-15.779564 13.111662,-28.571428 29.285715,-28.571428 16.174054,0 29.285714,12.791864 29.285714,28.571428 z" /> |
1157
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
457 </g> |
1137 | 458 </g> |
459 </g> | |
460 </svg> |