SVGSVGElement: createSVGMatrix() method

The createSVGMatrix() method of the SVGSVGElement interface creates a DOMMatrix object outside of any document trees.

Syntax

js
createSVGMatrix()

Parameters

None.

Return value

A DOMMatrix object, initialized to the identity matrix.

Specifications

See also