Heiko, It works now. Thanks !
Thanks for the sample. Jilu -----Original Message----- From: Heiko Niemann [mailto:[EMAIL PROTECTED] Sent: 1 f�vrier 2005 22:38 To: [email protected] Subject: [svg-developers] Re: translate then rotate then remove a image Hi Jilu, add fill="freeze" to anim1 and additive="sum" to anim2 see sample: http://www.zuccaralloo.de/devgroup/samples/animatePhotos.svg Regards- -Heiko --- In [email protected], "jilusan" <[EMAIL PROTECTED]> wrote: > > Hello every body, > > I would like to translate then rotate then remove an image. > > But i have a problem, the center of the rotation is not > the point for which the translation finish ? > > Do you have any idea ??? > > Thanks a lot, > > Jilu > > > <defs> > <g id="tete"> > <image x="-40" y="-50" width="80" height="100" > xlink:href="photo.JPG"> > </image> > <text x="0" y="0">1</text> > <animateTransform id="anim1" > attributeName="transform" type="translate" > values="0 500; 0 100" begin="0s" dur="20s"/> > <animateTransform id="anim2" > attributeName="transform" type="rotate" > from="0" to="360" begin="anim1.end" dur="10s"/> > <set attributeName="display" to="none" begin="anim2.end"/> > </g> > </defs> > <use x="200" y="0" xlink:href="#tete" /> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- ---------------------------------------------------------------------------- -- Yahoo! Groups Links a.. To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [Non-text portions of this message have been removed] ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

