diff options
author | wout <wout@impinc.co.uk> | 2013-03-30 18:08:09 +0000 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-03-30 18:08:09 +0000 |
commit | f5f60d2383c99667849167af51aaf7734c678ca6 (patch) | |
tree | 811ae73eb0e9bc764401218050c96fea20054f8d /README.md | |
parent | 87f9985c2d2d3ec3a732613b02d281084d096d1f (diff) | |
download | svg.js-f5f60d2383c99667849167af51aaf7734c678ca6.tar.gz svg.js-f5f60d2383c99667849167af51aaf7734c678ca6.zip |
Passing attribute name and value in rebuild() method
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1032,11 +1032,12 @@ SVG.extend(SVG.Ellipse, SVG.Path, SVG.Polygon, { ## Plugins Here are a few nice plugins that are available for svg.js: -- [svg.shapes.js](https://github.com/wout/svg.shapes.js) for more polygon based shapes. -- [svg.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations. -- [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.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations. - [svg.export.js](https://github.com/wout/svg.export.js) export raw svg. +- [svg.import.js](https://github.com/wout/svg.import.js) import raw SVG data. +- [svg.path.js](https://github.com/otm/svg.path.js) for manually drawing paths (by Nils Lagerkvist). +- [svg.shapes.js](https://github.com/wout/svg.shapes.js) for more polygon based shapes. ## Building |