WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
SVGTransform
This object is available to unprivileged JavaScript. It implements the following interfaces:
Constants
Properties
readonly float angle
readonly nsIDOMSVGMatrix matrix
readonly short type
Methods
void setMatrix ( nsIDOMSVGMatrix matrix )
void setRotate ( float angle , float cx , float cy )
void setScale ( float sx , float sy )
void setSkewX ( float angle )
void setSkewY ( float angle )
void setTranslate ( float tx , float ty )
void setMatrix ( nsIDOMSVGMatrix matrix )
- Arguments:
- matrix
Reference documentation is generated from Mozilla's source.
