diff options
author | wout <wout@impinc.co.uk> | 2013-04-07 18:25:16 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-04-07 18:25:16 +0100 |
commit | 9a02af17cc2ad5dd24cd9a899472a35ead181faa (patch) | |
tree | cd99eb032158a6927e596ca4b884569417fbe683 | |
parent | b17fb87d776aa2bed3a4978ee0d65a00eec1e6d5 (diff) | |
download | svg.js-9a02af17cc2ad5dd24cd9a899472a35ead181faa.tar.gz svg.js-9a02af17cc2ad5dd24cd9a899472a35ead181faa.zip |
Added math plugin to README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1036,6 +1036,7 @@ Here are a few nice plugins that are available for svg.js: - [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.math.js](https://github.com/otm/svg.math.js) a math extension. - [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. - [svg.textflow.js](https://github.com/wout/svg.textflow.js) create auto-wrapping textflow elements. |