diff options
author | wout <wout@impinc.co.uk> | 2013-02-21 19:37:35 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-02-21 19:37:35 +0100 |
commit | 968406ea2f45e756f081268370703c522a929cfb (patch) | |
tree | 6a487e439d259dce0664c5c8fd67ed20102888b8 | |
parent | 5e5593b5bd4b3f32eae42d82c0c9020025d26020 (diff) | |
download | svg.js-0.7.tar.gz svg.js-0.7.zip |
Added svg.export.js plugin to README0.7
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -796,6 +796,7 @@ Here are a few nice plugins that are available for svg.js: - [svg.import.js](https://github.com/wout/svg.import.js) import raw SVG data. - [svg.draggable.js](https://github.com/wout/svg.draggable.js) to make elements draggable. - [svg.clippath.js](https://github.com/wout/svg.clippath.js) clip elements. +- [svg.export.js](https://github.com/wout/svg.export.js) export raw svg. ## Building |