web api instance method
SVGSVGElement: createSVGTransform() method
The createSVGTransform() method of the SVGSVGElement interface creates an SVGTransform object outside of any document trees.
Syntax
createSVGTransform()
Parameters
None.
Return value
An SVGTransform object, initialized to the identity matrix transform (matrix(1, 0, 0, 1, 0, 0)).
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.