RESOLVED FIXED 12075
SVGAnimationElement subclasses need to support absolute time calculations
https://bugs.webkit.org/show_bug.cgi?id=12075
Summary SVGAnimationElement subclasses need to support absolute time calculations
Eric Seidel (no email)
Reported 2007-01-02 08:50:53 PST
SVGAnimationElement subclasses need to support absolute time calculations Currently SVGAnimationElement subclasses only support relative time calculations. For example most save off an m_lastValue to use when repeating. This is wrong, as an animation may not actually ever complete one repetition before being asked to render a later time, at least once bug 12073 is implemented.
Attachments
Nikolas Zimmermann
Comment 1 2012-02-13 10:46:40 PST
Is this bug still valid? Dirk?
Nikolas Zimmermann
Comment 2 2012-05-04 07:45:17 PDT
This is fixed since a long while - at least two years, since we switched to the SVGAnimatedTypeAnimators.
Note You need to log in before you can comment on or make changes to this bug.