RESOLVED FIXED 53189
SVG animation doesn't support calcMode discrete for number and color values.
https://bugs.webkit.org/show_bug.cgi?id=53189
Summary SVG animation doesn't support calcMode discrete for number and color values.
Dirk Schulze
Reported 2011-01-26 13:22:14 PST
SVG animation doesn't support calcMode discrete for number and color values.
Attachments
Patch (12.58 KB, patch)
2011-01-26 14:19 PST, Dirk Schulze
zimmermann: review+
Dirk Schulze
Comment 1 2011-01-26 13:24:04 PST
Can be seen in the link above, the rect size should jump and not be animated.
Dirk Schulze
Comment 2 2011-01-26 14:19:35 PST
Nikolas Zimmermann
Comment 3 2011-01-27 02:24:19 PST
Comment on attachment 80236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80236&action=review r=me. > Source/WebCore/svg/SVGAnimateElement.cpp:103 > + bool isInFirstHalfOfAnimation = percentage < 0.5; 0.5f? > LayoutTests/svg/animations/script-tests/animate-color-calcMode-discrete.js:38 > + ["animation", 0.001, "rect", sample1], Formatting, you should lign up the "rect" lines.
Dirk Schulze
Comment 4 2011-01-27 11:25:19 PST
Note You need to log in before you can comment on or make changes to this bug.