Bug 9190 - Most SVG JS bindings are still broken
Summary: Most SVG JS bindings are still broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 4249
Blocks:
  Show dependency treegraph
 
Reported: 2006-05-31 10:29 PDT by Eric Seidel (no email)
Modified: 2006-09-12 18:22 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-05-31 10:29:47 PDT
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).
Comment 1 Eric Seidel (no email) 2006-09-12 18:22:41 PDT
bug 10826 fixed this.