summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-03-30 18:08:09 +0000
committerwout <wout@impinc.co.uk>2013-03-30 18:08:09 +0000
commitf5f60d2383c99667849167af51aaf7734c678ca6 (patch)
tree811ae73eb0e9bc764401218050c96fea20054f8d /README.md
parent87f9985c2d2d3ec3a732613b02d281084d096d1f (diff)
downloadsvg.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.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index e116eb3..ac5458b 100644
--- a/README.md
+++ b/README.md
@@ -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