Hi Jake, I am not entirely clear about your request, but I did some work that might help you.
I am drawing functions with known mathematical expressions, by using quadratic Bezier paths. You can find the algorithm and a java program that does it, also an example of the sine function at http://alzt.tau.ac.il/~dagan/tools/Bezier2/ . There is also a tutorial about it with a different example, but the SVG part can be displayed only by IE+ASV3 at http://alzt.tau.ac.il/~dagan/tools/animathics/animathics.html#curve Sorry I did not modified it for its use on other browser. Have fun, Samy --- In [email protected], "Jake Beard" <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm wondering if it's possible to draw splines that have an arbitrary > number of control points in SVG? It seems this is not built into the > SVG spec, and thus, to be achieved, one would need to express the > n-ary spline in terms of quadratic and cubic splines. It seems like > this is therefore question that would require me to break open my old > numerical computing textbooks, and so I was wondering if anyone had > already tackled this problem. > > I would greatly appreciate any guidance anyone can offer. Thanks, > > Jake > ------------------------------------ ----- 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/

