justin.wikinator schrieb: > This is more of a mathematical question than a question about SVG, but > I need this information in my SVG development: > > Given a bezier (and the length of that bezier if necessary), cubic > and/or quadradic, how would I go about finding the cartesian > co-ordinate of the point that is a given distance along that bezier? >
Hi Justin i know its not exactly what you are looking for, but the SVGPathElement has a method called getPointAtLength , which migth be usefull in your case, unfortunatly its not implemented in firefox. hth Holger -- if this information was usefull, please try to help someone else ! http://www.treebuilder.de ----- 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/

