diff options
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: |