Library globals

Namespace globals . canvas . api . transform

View source

-------------------------------------------------------------------------------
Transform
-------------------------------------------------------------------------------
A transformation matrix which is used to transform an #Element on the canvas.
The dimensions of the matrix are 3x3 where the last row is always 0 0 1:

a c e
b d f
0 0 1

See http://www.w3.org/TR/SVG/coords.html#TransformMatrixDefined for details.
https://www.w3.org/TR/css-transforms-1/#mathematical-description

Classes

Transform

------------------------------------------------------------------------------- Transform ------------------------------------------------------------------------------- A transformation matrix which is used to transform an #Element on the canvas. The dimensions of the matrix are 3x3 where the last row is always 0 0 1: a c e b d f 0 0 1 See http://www.w3.org/TR/SVG/coords.html#TransformMatrixDefined for details. https://www.w3.org/TR/css-transforms-1/#mathematical-description