RESOLVED FIXED 10623
Turn on path-related SVG JavaScript bindings
https://bugs.webkit.org/show_bug.cgi?id=10623
Summary Turn on path-related SVG JavaScript bindings
Eric Seidel (no email)
Reported 2006-08-29 05:50:43 PDT
Turn on path-related SVG JavaScript bindings This will make a few more SVGs work better.
Attachments
Simple patch, mostly just moving idl files around (87.04 KB, patch)
2006-08-29 05:54 PDT, Eric Seidel (no email)
eric: review+
Eric Seidel (no email)
Comment 1 2006-08-29 05:54:32 PDT
Created attachment 10295 [details] Simple patch, mostly just moving idl files around
Eric Seidel (no email)
Comment 2 2006-08-29 05:59:33 PDT
BTW, you can't actually do anything with these interfaces yet. At least not anything interesting. SVGAnimatedPathData is not yet being autogenerated. SVGPathSegList is also not yet generated. Without those two, you can't actually stick these individual segments together and have them rendered to the screen. ;)
Eric Seidel (no email)
Comment 3 2006-08-29 16:10:47 PDT
Comment on attachment 10295 [details] Simple patch, mostly just moving idl files around kevin reviewed this.
Note You need to log in before you can comment on or make changes to this bug.