diff options
author | wout <wout@impinc.co.uk> | 2014-09-03 15:39:47 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-09-03 15:39:47 +0200 |
commit | 2649e3153e82f840365ce26564be96e0385199ce (patch) | |
tree | 0b3657a2ada0887e9bb0945e4d703abbf63200eb /README.md | |
parent | 17e15d57d8eb2cb20cc72abcf1bd5bb1bbd39e49 (diff) | |
download | svg.js-2649e3153e82f840365ce26564be96e0385199ce.tar.gz svg.js-2649e3153e82f840365ce26564be96e0385199ce.zip |
Fix in SVG.Number
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2987,7 +2987,7 @@ Change number to another unit: number.to('px') ``` -__`returns`: `itself`__ +__`returns`: `SVG.Number`__ ### morph() Make a number morphable: |