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?