Level of SVG SMIL (animation) support among the browsers
Posted
by user246114
on Stack Overflow
See other posts from Stack Overflow
or by user246114
Published on 2010-01-26T07:25:50Z
Indexed on
2010/03/15
2:19 UTC
Read the original article
Hit count: 440
svg
Hi,
Does anyone know the current state of SVG SMIL animation support in the popular browsers? It looks like Safari, Chrome, and Opera support it. Firefox has confusing reports in their dev pages about SMIL support having been added, but I don't see it as of v3.6:
https://bugzilla.mozilla.org/show_bug.cgi?id=216462
I am ignoring IE since they don't even support SVG at all, and probably never will, much less SMIL.
The other thing - just comparing this test page between Safari, Chrome, and Opera:
http://srufaculty.sru.edu/david.dailey/svg/ovaling.svg
looks like Opera is the only one that renders it correctly. Should we not be using SMIL - kind of looks half-baked in all the browsers (sadly)? Blast.
Thanks
© Stack Overflow or respective owner