On Mon, 2010-10-11 at 14:49 -0600, I wrote:
> Note though that style:text-rotation-angle currently does _not_ allow
> arbitrary angles as values:
> <attribute name="style:text-rotation-angle">
> <choice>
> <value>0</value>
> <value>90</value>
> <value>270</value>
> <ref name="angle"/>
> </choice>
> </attribute>
>
> I think that is a mistake though. We should allow arbitrary angles here
> too!
>
Clearly, I can't read properly: this does allow arbitrary angles, since
it is equivalent to:
<attribute name="style:text-rotation-angle">
<ref name="angle"/>
</attribute>
The first 3 values were just special cases of an angle.
Andreas