[Webkit-unassigned] [Bug 37250] SVG Animation calcMode="discrete" only works for 'values'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 10:39:17 PDT 2011


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


MH <martin.hejral at post.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.hejral at post.cz




--- Comment #3 from MH <martin.hejral at post.cz>  2011-07-04 10:39:18 PST ---
I can confirm, that problem still exist in Safari 5, but OK in Chrome 14.

http://www.w3.org/Graphics/SVG/Test/20030813/svggen/animate-elem-02-t.svg

<animate id="an8" attributeName="height" calcMode="discrete" additive="sum" accumulate="sum" repeatCount="2" from="200" to="20" begin="0s" dur="4s" fill="freeze"/>

Still works not in Safari 5.

But OK in Chrome 14.0.803.0 dev


--
Only basic example works in Safari 5: 
http://www.w3.org/Graphics/SVG/Test/20030813/svggen/animate-elem-09-t.svg

<animate attributeName="height" calcMode="discrete" values="210;177;121;10" begin="0s" dur="8s" fill="freeze"/>

-- 
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