SVGMatrix in SVG 1.1
(no overview available)
For more information see http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace.
Instance Methods
Properties that are an SVGMatrix
| name | object | description | 
|---|---|---|
| matrix | SVGTransform | (read only) | 
Methods that return an SVGMatrix
| name | of object | description | 
|---|---|---|
| createSVGMatrix() | SVGSVGElement | |
| flipX() | SVGMatrix | |
| flipY() | SVGMatrix | |
| getCTM() | SVGLocatable | Return the Current Transformation Matrix for the element. | 
| getScreenCTM() | SVGLocatable | |
| getTransformToElement(element) | SVGLocatable | |
| inverse() | SVGMatrix | |
| multiply(secondMatrix) | SVGMatrix | |
| rotate(angle) | SVGMatrix | |
| rotateFromVector(x,y) | SVGMatrix | |
| scale(scaleFactor) | SVGMatrix | |
| scaleNonUniform(scaleFactorX,scaleFactorY) | SVGMatrix | |
| skewX(angle) | SVGMatrix | |
| skewY(angle) | SVGMatrix | |
| translate(x,y) | SVGMatrix | 
Arguments that are an SVGMatrix
| name | in method | of object | description | 
|---|---|---|---|
| matrix | createSVGTransformFromMatrix(matrix) | SVGSVGElement | |
| matrix | matrixTransform(matrix) | SVGPoint | |
| matrix | setMatrix(matrix) | SVGTransform | |
| matrix | createSVGTransformFromMatrix(matrix) | SVGTransformList | |
| secondMatrix | multiply(secondMatrix) | SVGMatrix |