skew method
Add an axis-aligned skew to the current transform, with the first argument being the horizontal skew in radians clockwise around the origin, and the second argument being the vertical skew in radians clockwise around the origin.
Implementation
void skew(double sx, double sy) native 'Canvas_skew';