Bug 12097
Summary: | SVG needs <mpath> support for proper <animateMotion> handling | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Eric Seidel (no email)
SVG needs <mpath> support for proper <animateMotion> handling
I added a partially-functional <animateMotion> implementation to WebCore last week. One of the missing pieces is path-specification via a child <mpath> element.
Support is in place for discovering the <mpath> element in:
SVGAnimateMotionElement::animationPath()
But SVGMPathElement actually needs to be created and wired in to that support. Also, I doubt that the current design will support dynamic updates correctly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
This was landed last night.