diff options
author | wout <wout@impinc.co.uk> | 2014-03-05 22:47:49 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-03-05 22:47:49 +0100 |
commit | 63bf7b9d4dace89d0b6648d6d6af5df47db19a18 (patch) | |
tree | ece075886f7c52cd5dc49315e5d252c85f4915ab /README.md | |
parent | 780c96d76d3fef78725aaf81113d7ae90edf30f4 (diff) | |
download | svg.js-63bf7b9d4dace89d0b6648d6d6af5df47db19a18.tar.gz svg.js-63bf7b9d4dace89d0b6648d6d6af5df47db19a18.zip |
Added absorb plugin
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |