OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [office] Cleaning up angles


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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]