Mercurial > MadButterfly
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 | 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" |
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 | 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 | 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 | 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" | |
1157
3a891dccabd8
Remove the locate tween. It is a special case for the scale tween
wycc
parents:
1146
diff
changeset
|
54 end="19" |
1137 | 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 | 61 type="scale" /> |
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 | 65 type="normal" /> |
66 </ns0:scenes> | |
67 </metadata> | |
68 <g | |
69 inkscape:label="Layer 1" | |
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 | 73 <g |
74 id="Layer 1s1983" | |
75 inkscape:groupmode="layer" | |
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 | 108 </g> |
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 | 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 | 196 </g> |
197 </g> | |
198 </svg> |