Skip to content

Commit

Permalink
remove canvg recommendation. changeup svg text. fixes h5bp#89
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 26, 2012
1 parent 23b51eb commit e5bd6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/svg.md
Expand Up @@ -2,6 +2,6 @@ feature: <svg>
status: use
tags: gtie8 polyfill
kind: svg
polyfillurls:[svgweb](http://code.google.com/p/svgweb/), [raphaeljs](http://raphaeljs.com/), [canvg](http://code.google.com/p/canvg/)
polyfillurls:[SVGWeb](http://code.google.com/p/svgweb/)

SVG has had good support for several years in most browsers, except for Internet Explorer. IE9 brings support, which means you can use a polyfill library such as SVGWeb and Canvg, or create SVG dynamically via RaphaelJS.
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](http://code.google.com/p/svgweb/) as a polyfill, or create SVG dynamically via [Raphael](http://raphaeljs.com/) (which uses a VML fallback). Meanwhile [D3.js](http://mbostock.github.com/d3/) is a pure SVG library for data visualization.

0 comments on commit e5bd6b0

Please sign in to comment.