[Webkit-unassigned] [Bug 64859] SVGAnimation does not support 'values' for from-to animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 22:27:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64859





--- Comment #4 from Dirk Schulze <krit at webkit.org>  2011-09-22 22:27:54 PST ---
(From update of attachment 107183)
View in context: https://bugs.webkit.org/attachment.cgi?id=107183&action=review

> Source/WebCore/svg/SVGAnimationElement.cpp:468
> +    if (calcMode() == CalcModeDiscrete && m_keyTimes.size() == 2)
> +        return percent > m_keyTimes[1] ? 1 : 0;

... and what about none discrete animations? Don't we need to calculate the values as well?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list