Expand Minimize
This topic has not yet been rated - Rate this topic

createSVGMatrix method

Creates a new SVGMatrix object that is set to the identity matrix and that is not attached to any document.

Scalable Vector Graphics: Document Structure, Section 5.11.2Internet Explorer 9

Syntax

var retval = SVGSVGElement.createSVGMatrix();

Parameters

This method has no parameters.

Return value

Type: ISVGMatrix

A new SVGMatrix object that is set to the identity matrix and that is not attached to any document.

Standards information

See also

SVGSVGElement

 

 

Build date: 11/21/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.