getScreenCTM method
Gets the transformation matrix from the current user units to the screen coordinate system.
![]() ![]() |
Syntax
object.getScreenCTM()Parameters
This method has no parameters.
Return value
Type: ISVGMatrix
An SVGMatrix object that defines the transformation matrix.
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.23
Remarks
The getScreenCTM method returns null if the current element is not connected to the document tree.
See also
- SVGAElement
- SVGCircleElement
- SVGClipPathElement
- SVGDefsElement
- SVGEllipseElement
- SVGGElement
- SVGImageElement
- SVGLineElement
- SVGPathElement
- SVGPolygonElement
- SVGPolylineElement
- SVGRectElement
- SVGSVGElement
- SVGSwitchElement
- SVGTextElement
- SVGUseElement
Show:

