rotate method
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
![]() ![]() |
Syntax
var retval = SVGMatrix.rotate(angle);Parameters
- angle [in]
-
Type: Floating-point
The rotation angle, in degrees.
Return value
Type: ISVGMatrix
The resulting matrix after the (post) multiplication.
Standards information
See also
Show:

