The xfj:transform is a composite transformation which can be applied to documents and overlays:
<xfj:transform>
<!-- one more simple transformations -->
</xfj:transform>
The simple transformations are applied in sequence. The XML elements are:
<xfj:rotate angle="decimal_deg"/>
<xfj:translate dx="real_number" dy="real_number"/>
<xfj:scale sx="real_number" sy="real_number"/>
The angle value for rotations is a decimal value expressing the rotation in degrees.
The dx, dy values are real numbers expressing the translation in pixels.
The sx, sy values are real numbers expressing the scaling coefficient.