rotate = ...
Applies a visual rotation to the markup element. For some elements, the inline field must also be set to false for the specified rotation to be acted upon.
The value for this field is a rotation angle, which may specified be in degrees or radians. A positive angle means a clockwise rotation, while a negative angle denotes an anti-clockwise rotation.
Specifying an angular value for this field
This field takes an angle value specified with either one or two elements.
- The first element is a numerical angle.
- The second, optional element, is a text string containing the angular units to be applied. The following units are valid:
- {deg}: the angle is in degrees (default)
- {rad}: the angle is in radians.