What is the state of native SVG support in the most popular browsers?

svg, w3c, web-standards

Solution

- IE has SVG support in IE9 but not in IE8 and below. The alternative is VML

- Mozilla claims to support it on its latest version

- Opera claims to support it since v8.0

- Safari has experimental support (probably incomplete)

- Chrome seems to have roughly the same level of SVG support as Safari

- Konqueror uses the same SVG engine as Safari and Chrome - KSVG claims to be in beta. The fact that they have a TODO list implies it's not ready for production

- Camino apparently supports SVG as well

Problem

What is the state of native SVG support in the most popular browsers in their latest releases? - Internet explorer - Firefox - Opera - Safari - Chrome - Konqueror - Camino

Original source