Bug 12075
Summary: | SVGAnimationElement subclasses need to support absolute time calculations | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jeffschiller, krit, zimmermann |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 41761 |
Eric Seidel (no email)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Is this bug still valid? Dirk?
Nikolas Zimmermann
This is fixed since a long while - at least two years, since we switched to the SVGAnimatedTypeAnimators.