Does anyone know how to maintain an image height (of say 50%) at every possible angle? Because the way the engine works is that the height is only really "the height" when the angle is 0 degrees, as the height is spun with the angle (making it more like the "width" when rotated).
Examples:
<img src="http://i.imgur.com/DnsC4Ee.png" border="0">
What construct does:
<img src="http://i.imgur.com/lrslBPB.png" border="0">
What I want it to do:
<img src="http://i.imgur.com/AbcPS5d.png" border="0">
I've tried several ways to do this (using sin/cos on height and width) but I don't think its possible, but just incase someone knows how that would be cool!
https://dl.dropboxusercontent.com/u/1024727/rotate%20heigh.capx