diff options
author | wout <wout@impinc.co.uk> | 2014-08-30 17:15:52 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-08-30 17:15:52 +0200 |
commit | 5aa85e605368e4e30c4fcb62abb0031543a7d633 (patch) | |
tree | 15216ae9464613570036ec9523ecc76238ddc777 /README.md | |
parent | bde8508836f9cad16b462c811d124258ca35400d (diff) | |
download | svg.js-5aa85e605368e4e30c4fcb62abb0031543a7d633.tar.gz svg.js-5aa85e605368e4e30c4fcb62abb0031543a7d633.zip |
Removed matrix add() method
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -3320,8 +3320,6 @@ The returned object contains the following values: - `scaleX` (calculated scale on x-axis) - `scaleY` (calculated scale on y-axis) - `rotation` (calculated rotation) -- `cx` (last used rotation centre on x-axis) -- `cy` (last used rotation centre on y-axis) __`returns`: `object`__ @@ -3363,15 +3361,6 @@ matrix.matrix(matrix2) __`returns`: `SVG.Matrix`__ -### add() -Adds two matrics: - -```javascript -matrix.add(matrix2) -``` - -__`returns`: `SVG.Matrix`__ - ### inverse() Creates an inverted matix: |