An extension to the Raphael Vector Library.
It enables Raphael to import SVG files.
var paper = Raphael(10, 10, 800, 500);
paper.importSVG(svgXML);
You must change SVG file extensions to ".XML" in order to work with IE.
In the assets folder a demo.svg file is provided.
Nothing fancy but it gives you a starting point.
- Raphael JS
- jQuery (for the demo only, the library does not require it
- This plugin is still under development
- fix hardcoded radial and linear gradient offsets
- fix gradient fills within a style