Re: baseline problem

"Chris Lilley" <chris@w3.org> wrote in message
news:67470226562.20030504202800@w3.org...
>
> d> i also tried other values, but text is allways drawn ABOVE
> d> baseline. is there any way i can draw text UNDER the baseline
>
> Aha. So what you are looking for is a vertical equivalent of
> text-anchor.

yeah, that's it i think

>
> Alignment baseline is not for that purpose at all.
>
>

OK, what can i do to draw text under specified line

<text x="100" y="50" font-size="12" text-anchor="middle"
alignment-baseline="top">blah</text>

so, there is line at 100 pixels from the top, i'd like text drawn just under
it. is it possible?

thanx a lot for your help

Received on Sunday, 4 May 2003 16:51:54 UTC