annotate pyink/primitive_test.svg @ 1161:a7faab54e8f8

Fix broken of running animation - Running animation is stop automatically after a certain time. - It is 300ms according MBScene._updateUI(). - It is caused by notification of changing DOM tree. The notification handlers would call MBScene.updateUI() to update framelines and buttons. - MBScene.updateUI() would call MBScene.show() after 300ms, MBScene.show() calls MBScene.parseScene() in turn. - MBScene.parseScene() would remove duplicate group that is using by code of running animation, MBScene.doRunNext(). It make running animation stop. - fixed by setting MBScene.lockui when a running animation is started or stoped.
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 28 Dec 2010 13:35:34 +0800
parents 3a891dccabd8
children 64c54ef39480
rev   line source
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
3
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
4 <svg
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
5 xmlns:ns0="http://madbutterfly.sourceforge.net/DTD/madbutterfly.dtd"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
6 xmlns:dc="http://purl.org/dc/elements/1.1/"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
7 xmlns:cc="http://creativecommons.org/ns#"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
9 xmlns:svg="http://www.w3.org/2000/svg"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
10 xmlns="http://www.w3.org/2000/svg"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
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
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
15 id="svg2"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
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
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
20 <defs
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
21 id="defs4" />
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
22 <sodipodi:namedview
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
23 id="base"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
24 pagecolor="#ffffff"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
25 bordercolor="#666666"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
26 borderopacity="1.0"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
27 inkscape:pageopacity="0.0"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
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"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
30 inkscape:cx="481.6562"
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
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
32 inkscape:document-units="px"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
33 inkscape:current-layer="Layer 1s6197"
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
34 showgrid="false"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
35 inkscape:window-width="1680"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
36 inkscape:window-height="975"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
37 inkscape:window-x="0"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
38 inkscape:window-y="25"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
39 inkscape:window-maximized="1" />
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
40 <metadata
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
41 id="metadata7">
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
42 <rdf:RDF>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
43 <cc:Work
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
44 rdf:about="">
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
45 <dc:format>image/svg+xml</dc:format>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
46 <dc:type
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
47 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
48 <dc:title />
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
49 </cc:Work>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
50 </rdf:RDF>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
51 <ns0:scenes>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
52 <ns0:scene
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
53 start="1"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
54 end="19"
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
55 ref="Layer 1s1983"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
56 type="scale" />
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
57 <ns0:scene
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
58 start="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
59 end="19"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
60 ref="Layer 1s1983"
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
61 type="scale" />
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
62 <ns0:scene
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
63 start="20"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
64 ref="Layer 1s6197"
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
65 type="normal" />
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
66 </ns0:scenes>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
67 </metadata>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
68 <g
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
69 inkscape:label="Layer 1"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
70 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
71 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
72 style="display:inline">
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
73 <g
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
74 id="Layer 1s1983"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
75 inkscape:groupmode="layer"
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
76 style="display:none">
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
77 <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
78 id="g3077">
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
79 <path
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
80 transform="translate(-48.571429,-100)"
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
81 d="m 145.71428,168.07646 a 42.857143,47.142857 0 1 1 -85.714284,0 42.857143,47.142857 0 1 1 85.714284,0 z"
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
82 sodipodi:ry="47.142857"
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
83 sodipodi:rx="42.857143"
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
84 sodipodi:cy="168.07646"
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
85 sodipodi:cx="102.85714"
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
86 id="path3237"
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
87 style="fill:#ff0000;fill-opacity:1"
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
88 sodipodi:type="arc" />
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
89 </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
90 <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
91 id="g3072">
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
92 <rect
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
93 transform="matrix(0.8189798,0.57382236,-0.57382236,0.8189798,0,0)"
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
94 y="-68.432068"
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 x="171.42537"
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 height="160"
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
97 width="25.714285"
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
98 id="rect3229"
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
99 style="fill:#ff0000;fill-opacity:1" />
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
100 </g>
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
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
108 </g>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
109 <g
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
110 style=""
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
111 inkscape:groupmode="layer"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
112 id="Layer 1s6197"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
113 ns0:duplicate-src="Layer 1s1983">
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
114 <g
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
115 id="g3087"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
116 ns0:duplicate-src="g3077"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
117 transform="translate(265.71429,167.14286)">
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
118 <path
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
119 sodipodi:type="arc"
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
120 style="fill:#ff0000;fill-opacity:1"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
121 id="path3089"
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
122 sodipodi:cx="102.85714"
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
123 sodipodi:cy="168.07646"
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
124 sodipodi:rx="42.857143"
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
125 sodipodi:ry="47.142857"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
126 d="m 145.71428,168.07646 a 42.857143,47.142857 0 1 1 -85.714284,0 42.857143,47.142857 0 1 1 85.714284,0 z"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
127 transform="translate(-48.571429,-100)"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
128 ns0:duplicate-src="path3237" />
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
129 </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
130 <g
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
131 id="g3091"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
132 ns0:duplicate-src="g3072"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
133 transform="translate(58.571429,51.428571)">
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
134 <rect
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
135 style="fill:#ff0000;fill-opacity:1"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
136 id="rect3093"
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
137 width="25.714285"
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
138 height="160"
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
139 x="171.42537"
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
140 y="-68.432068"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
141 transform="matrix(0.8189798,0.57382236,-0.57382236,0.8189798,0,0)"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
142 ns0:duplicate-src="rect3229" />
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
143 </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
144 </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
145 <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
146 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
147 sodipodi:insensitive="1"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
148 style="display:none"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
149 id="g3086">
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
150 <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
151 ref="g3077"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
152 id="g3088"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
153 transform="matrix(1,0,0,1,225.857,142.071)">
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
154 <g
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
155 id="g3090">
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
156 <path
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
157 sodipodi:type="arc"
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
158 style="fill:#ff0000;fill-opacity:1"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
159 id="path3092"
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
160 sodipodi:cx="102.85714"
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
161 sodipodi:cy="168.07646"
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
162 sodipodi:rx="42.857143"
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
163 sodipodi:ry="47.142857"
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
164 d="m 145.71428,168.07646 c 0,26.03628 -19.18779,47.14286 -42.85714,47.14286 -23.669347,0 -42.857144,-21.10658 -42.857144,-47.14286 0,-26.03628 19.187797,-47.14285 42.857144,-47.14285 23.66935,0 42.85714,21.10657 42.85714,47.14285 z"
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
165 transform="translate(-48.571429,-100)" />
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
166 </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
167 </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
168 <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
169 ref="g3072"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
170 id="g3094"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
171 transform="matrix(1,0,0,1,0,0)">
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
172 <g
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
173 id="g3096">
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
174 <rect
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
175 style="fill:#ff0000;fill-opacity:1"
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
176 id="rect3099"
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
177 width="25.714285"
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
178 height="160"
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
179 x="171.42537"
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
180 y="-68.432068"
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
181 transform="matrix(0.8189798,0.57382236,-0.57382236,0.8189798,0,0)" />
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
182 </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
183 </g>
1157
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
184 <g
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
185 ref="rect3098"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
186 id="g3101"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
187 transform="matrix(1,0,0,1,0,0)">
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
188 <rect
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
189 y="153.79076"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
190 x="21.428572"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
191 height="61.42857"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
192 width="57.142857"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
193 id="rect3103"
3a891dccabd8 Remove the locate tween. It is a special case for the scale tween
wycc
parents: 1146
diff changeset
194 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
195 </g>
1137
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
196 </g>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
197 </g>
a821ad26f6d9 Add sample SVG animation file.
wycc
parents:
diff changeset
198 </svg>