Transform rectangle

Define SVG transformations

angle    x   y
angle    x   y
angle    x   y
angle    x   y
angle    x   y
angle    x   y
Show object after each transform  

Matrix of transformations getCTM().
a   c  e  
b    d   f 

 

rotation need angle and possibly x and y
skewX and skewY need only angle
translation and scaling need only x and y
Black point is zero point (0;0)