createSVGTransformFromMatrix method

[This documentation is preliminary and is subject to change.]

Creates a matrix transform object whose values are given by the specified matrix.

Scalable Vector Graphics: Coordinate Systems, Transformations and Units, Section 7.14.5Internet Explorer 9

Syntax

ISVGTransform retVal = object.createSVGTransformFromMatrix(matrix);

Standards information

Parameters

Remarks

The createSVGTransformFromMatrix method creates an SVGTransform object, of transform type SVG_TRANSFORM_MATRIX, whose values are given by the matrix parameter. The values from the matrix parameter are copied; the matrix parameter is not adopted as the matrix property.

The SVGTransform object corresponds to a single matrix(…) component within an element's transform attribute specification.

Note  For SVGSVGElement elements, the SVGTransform object is created outside of any document trees.

See also

SVGMatrix

 

 

Build date: 1/26/2012