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.