diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-09-20 19:33:56 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-09-20 19:33:56 +0200 |
commit | 9fce07dc8c2e4772051c6944849d32420496a261 (patch) | |
tree | b7a00681720242e16a3b65ac23760c6b2e68503e /README.md | |
parent | 07c5387602dea1d2ac9eef52bbc8e98d0f937fe9 (diff) | |
download | svg.js-9fce07dc8c2e4772051c6944849d32420496a261.tar.gz svg.js-9fce07dc8c2e4772051c6944849d32420496a261.zip |
bump 2.1.02.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3623,7 +3623,7 @@ Svg.js uses the `SVG.invent()` function to create all internal elements, so have ### SVG.extend() -SVG.js has a modular structure. It is very easy to add you own methods at different levels. Let's say we want to add a method to all shape types then we would add our method to SVG.Shape: +SVG.js has a modular structure. It is very easy to add your own methods at different levels. Let's say we want to add a method to all shape types then we would add our method to SVG.Shape: ```javascript SVG.extend(SVG.Shape, { |