Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Latest commit

History

78 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Raphael.Export

Export Raphaël paper objects to SVG. Also works in browsers that don't support SVG (e.g. IE6, IE7, IE8).

Example

<scripttype="text/javascript" src="raphael-min.js"></script><scripttype="text/javascript" src="raphael.export.js"></script><divid="foo"></div><divid="bar"></div><scripttype="text/javascript">varpaper=Raphael('foo');varrect=paper.rect(50,40,50,50).attr('fill','#f00').transform('S2').rotate(10);varsvg=paper.toSVG();document.getElementById('bar').innerHTML=svg;</script>

About

Export Raphaël paper objects to SVG.

Resources

Stars

129 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages