From 5aa85e605368e4e30c4fcb62abb0031543a7d633 Mon Sep 17 00:00:00 2001 From: wout Date: Sat, 30 Aug 2014 17:15:52 +0200 Subject: Removed matrix add() method --- README.md | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3