Two (?) comments: 1. The SVG 1.2 Working Draft has something called "vector effects" (see http://www.w3.org/TR/2004/WD-SVG12-20041027/vectoreffects.html ) that might (I hope) make the animation of subpaths of a given path (including individual points) animateable through SMIL. Right now we have to animate on the entire "d" attribute of a path.
2. Thanks to Frank for making sense out of this (pathSegList and related stuff) to me. I had seen it in the spec and always assumed it was for server-side Java manipulation or Batik or something. I had always parsed and reassembled paths with my own home-grown scripts. 3. (I have a really hard time limiting myself to two comments) While what Frank describes works fine in Opera, Safari and FF, it doesn't seem to work in IE/ASV. Haven't had a chance to test in Renesis though. David Frank Bruder wrote: >Let's say you have a javascript variable 'path' which is a pointer to >the path element. Then by calling >var moveto = path.pathSegList.getItem(0); >you can retrieve the initial SVGPathSegMovetoAbs object. Changing its >attributes >moveto.x and moveto.y >moves the first point of the path. [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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

