summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-03-05 22:47:49 +0100
committerwout <wout@impinc.co.uk>2014-03-05 22:47:49 +0100
commit63bf7b9d4dace89d0b6648d6d6af5df47db19a18 (patch)
treeece075886f7c52cd5dc49315e5d252c85f4915ab /README.md
parent780c96d76d3fef78725aaf81113d7ae90edf30f4 (diff)
downloadsvg.js-63bf7b9d4dace89d0b6648d6d6af5df47db19a18.tar.gz
svg.js-63bf7b9d4dace89d0b6648d6d6af5df47db19a18.zip
Added absorb plugin
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43b2d0e..10bc38c 100755
--- a/README.md
+++ b/README.md
@@ -2854,6 +2854,9 @@ SVG.extend(SVG.Ellipse, SVG.Path, SVG.Polygon, {
## Plugins
Here are a few nice plugins that are available for svg.js:
+### absorb
+[svg.absorb.js](https://github.com/wout/svg.absorb.js) absorb raw SVG data into a svg.js instance.
+
### draggable
[svg.draggable.js](https://github.com/wout/svg.draggable.js) to make elements draggable.