Hey, See the function SVGPathSegList.replaceItem : http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegList This is what you need.
cheers On Fri, Aug 1, 2008 at 8:28 PM, pete.haikonen <[EMAIL PROTECTED]>wrote: > Dear list, > > say I have a path: > <path d="M 1 2 C 3 4 5 6 7 8" /> > > i.e. 4 curve points. Please, how do I change the position of a point? > In Javascript? One way is to rebuild the "d" attribute and re-assign > it but there has (?) to be another way? > > Thanks in advance! > > [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/

