Skip to content

sanojian/raphael-svg-import

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raphaël SVG import plugin - 0.0.1

What is it?

An extension to the Raphael Vector Library.
It enables Raphael to import SVG files.

Usage

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.

Dependencies

Important

  • This plugin is still under development

To-do

  • fix hardcoded radial and linear gradient offsets
  • fix gradient fills within a style

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%