From e5bd6b06640bb972a502b5f9c58e308694722a83 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 25 Jan 2012 16:53:37 -0800 Subject: [PATCH] remove canvg recommendation. changeup svg text. fixes #89 --- posts/svg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/svg.md b/posts/svg.md index cfef2217..1a3d1016 100644 --- a/posts/svg.md +++ b/posts/svg.md @@ -2,6 +2,6 @@ feature: 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. \ No newline at end of file