summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-08-30 17:15:52 +0200
committerwout <wout@impinc.co.uk>2014-08-30 17:15:52 +0200
commit5aa85e605368e4e30c4fcb62abb0031543a7d633 (patch)
tree15216ae9464613570036ec9523ecc76238ddc777 /README.md
parentbde8508836f9cad16b462c811d124258ca35400d (diff)
downloadsvg.js-5aa85e605368e4e30c4fcb62abb0031543a7d633.tar.gz
svg.js-5aa85e605368e4e30c4fcb62abb0031543a7d633.zip
Removed matrix add() method
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index 107170c..37752e0 100755
--- a/README.md
+++ b/README.md
@@ -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: