Re: text decorations and rotated glyphs

I agree. The rotated glyph is part of the text run, and text decoration such as underline should be aligned along the text baseline. 

Thank you,
Vlad

On Mar 17, 2012, at 2:51 AM, "Cameron McCormack" <cam@mcc.id.au> wrote:

> <svg xmlns="http://www.w3.org/2000/svg">
>  <text x="100" y="100" rotate="45" text-decoration="underline">A</text>
> </svg>
> 
> Should the underline rotate with the glyph or remain horizontal? Safari/Chrome do the former, Opera the latter.  (Didn't test IE since I did not want to suffer the pain of starting up my VM right now.)  I'm leaning towards preferring rotating the decorations.
> 

Received on Saturday, 17 March 2012 15:09:37 UTC