08.08.14, 15:24
Don't know if this qualifies as a bug, but I just noticed a fault in the reference section.
In Typography > Style > CharacterStyle the code for the rotation property seems to be wrong.
text.characterStyle.rotation = (45).toRadians();
This will actually only yield a rotation of about 0.79º
More correct results will be given if the .toRadians() is left out.