http://www.w3schools.com/tags/canvas_settransform.asp
context.setTransform(a,b,c,d,e,f);
W3C schools says "Skew the the drawings horizontally"
, but which value does it use?
It seems it's not degrees like the CSS skews things, and neither does it use PI. Explanation?
transformation matrix—a set of nine numbers that are used to transform a two-dimensional array, such as a bitmap, using linear algebra. the last set of the matrix is always 0 0 1 so it takes six different parameters
Please have a look at this
https://developer.apple.com/library/safari/documentation/AudioVideo/Conceptual/HTML-canvas-guide/MatrixTransforms/MatrixTransforms.html