SVGSVGElement.CreateSVGMatrix

SVGSVGElement.CreateSVGMatrix method

Creates an SVGMatrix object outside of any document trees. The object is initialized to the identity matrix.

public SVGMatrix CreateSVGMatrix()

Return Value

An SVGMatrix object.

See Also