Bug 9190
Summary: | Most SVG JS bindings are still broken | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ian, joe |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 4249 | ||
Bug Blocks: |
Eric Seidel (no email)
Now that bug 4249 is resolved, there is still a lot of SVG JS binding work to be done.
Most of that work consists of moving idl files from WebCore/ksvg2/bindings/idl to WebCore/ksvg2/svg, updating the license headers on the idls, editing DerivedSources.make, JSSVGElementWrapperFactory, and finally updating the project file.
Some consideration will have to be given to the implementation of the JSAnimated* classes for SVG. Those should pull their "animValue" from the actual DOM and render trees and lookup their "baseValue" out of a hash (with fallback to the anim value).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
bug 10826 fixed this.