summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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: