aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-06 14:19:58 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-06 14:19:58 +0100
commit042edca2e4e25a293c8d3a55794793636af5b910 (patch)
tree4340a3502d0498556011aea24ef915f16e1076fb /README.md
parent28c8dedc8453926b741af24947ae4be4e9733eaf (diff)
downloadsvg.js-042edca2e4e25a293c8d3a55794793636af5b910.tar.gz
svg.js-042edca2e4e25a293c8d3a55794793636af5b910.zip
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 290081e..4e75c4c 100644
--- a/README.md
+++ b/README.md
@@ -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.