TGML Transformations
Transformation elements control the size, position, rotation and skew of graphic objects. The transformation establishes a transformed coordinate system for the immediate parent element.
Transformations are applied in the same order as they are specified in the TGML file.
Transformations can be nested to any level. The effect of nested transformations is to post-multiply, that is, concatenate, the subsequent transformation matrices onto previously defined transformations.