Rotating a Shape

Rotation is represented with the @rot attribute. The shape is rotated clockwise about the bounding-box center, by the amount specified in the @rot attribute. Each unit of rotation is 1/1,000 of an arc minute (1/60,000 of a degree).

This example represents the small star from above, with a subsequent 45-degree rotation clockwise. Since the y axis points down, a clockwise rotation is positive.

<a:xfrm rot="2700000">
  <a:off x="1066800" y="990600"/>
  <a:ext cx="1371600" cy="1371600"/>
</a:xfrm>