new AffineTransformation //affine transformation (warning! depends on order of methods) setRatioY 0.1 //coefficient of axis Y translate 0.05 0 //translation of origin rotateDegrees 10 //rotation around origin, angle in degrees //invert //invert current transformation shear 0.7 0 //shear //rotate 3.14 //rotation around origin, angle in radians //scale 2 2 //scale