Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 600 Bytes

svg.md

File metadata and controls

9 lines (7 loc) · 600 Bytes

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.