Firefox Tomorrow

web api instance method

SVGSVGElement: createSVGMatrix() method

View on MDN ↗

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

Syntax

createSVGMatrix()

Parameters

None.

Return value

A DOMMatrix object, initialized to the identity matrix.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also