Bug 12075 - SVGAnimationElement subclasses need to support absolute time calculations
Summary: SVGAnimationElement subclasses need to support absolute time calculations
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:
Blocks: 41761
  Show dependency treegraph
 
Reported: 2007-01-02 08:50 PST by Eric Seidel (no email)
Modified: 2012-05-04 07:45 PDT (History)
3 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) 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.
Comment 1 Nikolas Zimmermann 2012-02-13 10:46:40 PST
Is this bug still valid? Dirk?
Comment 2 Nikolas Zimmermann 2012-05-04 07:45:17 PDT
This is fixed since a long while - at least two years, since we switched to the SVGAnimatedTypeAnimators.