SVGMatrix in SVG 1.1
(no overview available)
For official information please 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 |
|---|---|---|
| multiply() | SVGMatrix | |
| inverse() | SVGMatrix | |
| translate() | SVGMatrix | |
| scale() | SVGMatrix | |
| scaleNonUniform() | SVGMatrix | |
| rotate() | SVGMatrix | |
| rotateFromVector() | SVGMatrix | |
| flipX() | SVGMatrix | |
| flipY() | SVGMatrix | |
| skewX() | SVGMatrix | |
| skewY() | SVGMatrix | |
| getCTM() | SVGLocatable | Return the Current Transformation Matrix for the element. |
| getScreenCTM() | SVGLocatable | |
| getTransformToElement() | SVGLocatable | |
| createSVGMatrix() | SVGSVGElement |
Arguments that are an SVGMatrix
| name | in method | of object | description |
|---|---|---|---|
| matrix | createSVGTransformFromMatrix() | SVGSVGElement | |
| matrix | matrixTransform() | SVGPoint | |
| secondMatrix | multiply() | SVGMatrix | |
| matrix | setMatrix() | SVGTransform | |
| matrix | createSVGTransformFromMatrix() | SVGTransformList |