diff options
author | wout <wout@impinc.co.uk> | 2013-07-10 19:55:03 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-07-10 19:55:03 +0100 |
commit | bd56387eb18ca03b94b25ca96a9b79152edf9c34 (patch) | |
tree | fd6f0095dc22a8a7fae5072c91450dff1fabb59b | |
parent | 794f0defea662d94df8880e1e111e47de9f81621 (diff) | |
download | svg.js-bd56387eb18ca03b94b25ca96a9b79152edf9c34.tar.gz svg.js-bd56387eb18ca03b94b25ca96a9b79152edf9c34.zip |
Updated README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1245,6 +1245,7 @@ Here are a few nice plugins that are available for svg.js: - [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.foreignobject.js](https://github.com/john-memloom/svg.foreignobject.js) foreignObject implementation (by john-memloom). - [svg.import.js](https://github.com/wout/svg.import.js) import raw SVG data. - [svg.math.js](https://github.com/otm/svg.math.js) a math extension (by Nils Lagerkvist). - [svg.path.js](https://github.com/otm/svg.path.js) for manually drawing paths (by Nils Lagerkvist). |