diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-06 14:19:58 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-06 14:19:58 +0100 |
commit | 042edca2e4e25a293c8d3a55794793636af5b910 (patch) | |
tree | 4340a3502d0498556011aea24ef915f16e1076fb /README.md | |
parent | 28c8dedc8453926b741af24947ae4be4e9733eaf (diff) | |
download | svg.js-042edca2e4e25a293c8d3a55794793636af5b910.tar.gz svg.js-042edca2e4e25a293c8d3a55794793636af5b910.zip |
readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3742,9 +3742,10 @@ SVG.extend(SVG.Ellipse, SVG.Path, SVG.Polygon, { Here are a few nice plugins that are available for SVG.js: ### pathmorphing -[svg.pathmorphing.js](https://github.com/wout/svg.pathmorphing.js) to make path animateable +[svg.pathmorphing.js](https://github.com/wout/svg.pathmorphing.js) to make path animatable -** Caution: Not tested for SVG.js 2.0 ** +### textmorphing +[svg.textmorph.js](https://github.com/wout/svg.textmorph.js) to make text animatable ### absorb [svg.absorb.js](https://github.com/wout/svg.absorb.js) absorb raw SVG data into an SVG.js instance. |