aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-04-07 18:25:16 +0100
committerwout <wout@impinc.co.uk>2013-04-07 18:25:16 +0100
commit9a02af17cc2ad5dd24cd9a899472a35ead181faa (patch)
treecd99eb032158a6927e596ca4b884569417fbe683
parentb17fb87d776aa2bed3a4978ee0d65a00eec1e6d5 (diff)
downloadsvg.js-9a02af17cc2ad5dd24cd9a899472a35ead181faa.tar.gz
svg.js-9a02af17cc2ad5dd24cd9a899472a35ead181faa.zip
Added math plugin to README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55b3b29..9af875e 100644
--- a/README.md
+++ b/README.md
@@ -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.