xfj:transform

Top Previous Topic Next Topic  Print this topic

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 following attributes can be applied to this element:

 

·angle - it is a decimal value expressing the rotation in degrees.
·dx, dy - specify real numbers that express the translation in pixels.
·sx, sy - specify real numbers that express the scaling coefficient.