diff options
author | wout <wout@impinc.co.uk> | 2013-04-07 18:26:13 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-04-07 18:26:13 +0100 |
commit | dfebeb0f3abca8218b0a0e62cab7260a4715b828 (patch) | |
tree | d023821642be9c812b0abc08268cd66aa2d1f1cc /README.md | |
parent | 9a02af17cc2ad5dd24cd9a899472a35ead181faa (diff) | |
download | svg.js-dfebeb0f3abca8218b0a0e62cab7260a4715b828.tar.gz svg.js-dfebeb0f3abca8218b0a0e62cab7260a4715b828.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1036,7 +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.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). - [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. |