rotate method
The
CanvasRenderingContext2D.rotate()
method of the Canvas 2D API adds a rotation to the transformation matrix.
Implementation
external void rotate(num angle);
The
CanvasRenderingContext2D.rotate()
method of the Canvas 2D API adds a rotation to the transformation matrix.
external void rotate(num angle);