Bug 12097

Summary: SVG needs <mpath> support for proper <animateMotion> handling
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Eric Seidel (no email)
Reported 2007-01-03 08:08:05 PST
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
Eric Seidel (no email)
Comment 1 2007-01-19 14:25:03 PST
This was landed last night.
Note You need to log in before you can comment on or make changes to this bug.