feature: status: use tags: gtie8 polyfill kind: svg polyfillurls:SVGWeb
SVG has had good support for several years in most browsers, except for Internet Explorer. IE9 brings support, which means for oldIE you can use SVGWeb as a polyfill, or create SVG dynamically via Raphael (which uses a VML fallback).
For Android Browser support, you can use CanVG. Meanwhile D3.js is an SVG and DOM library for data visualization.