RESOLVED FIXED 12097
SVG needs <mpath> support for proper <animateMotion> handling
https://bugs.webkit.org/show_bug.cgi?id=12097
Summary SVG needs <mpath> support for proper <animateMotion> handling
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.