Bug 110706
Summary: | SVGAnimatedTypeAnimator::calculateAnimatedValue() should handle edge cases for all animated types | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philip Rogers <pdr> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, fmalita, inferno, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philip Rogers
All classes using SVGAnimatedTypeAnimator::calculateAnimatedValue() have special code to handle invalid from/to/toAtEnd values. These should be refactored to a central location, so bugs like https://bugs.webkit.org/show_bug.cgi?id=110704 don't occur.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
This code has been significantly refactored since this patch was proposed. There doesn't seem to be any action we can take here.