Hi Pavan, If you want to rotate in 3D a rectangle along the side, that is on the x or y axis, you just do an animated scale transformation from 1 to -1. For a more complicated rotation, as rotation along a diagonal, take a look on my animation presented at the SVGOpen2003 at http://www.svgopen.org/2003/papers/AnimatedMathematics/invers1.svg In this case you have to sandwich the animated scale transformation between to rotations with opposite sign. Good luck, Samy
--- In [email protected], pavan kumar <[EMAIL PROTECTED]> wrote: > > Hi, > > How can i rotate a polygon about one of its sides > using svg transformations . This rotation has to be > animated. > > > Thanking u, > S.Pavan Kumar > > > > > > > __________________________________ > Do you Yahoo!? > Read only the mail you want - Yahoo! Mail SpamGuard. > http://promotions.yahoo.com/new_mail ----- 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/

