Re: SVG Text Baseline

The only way I've found to do this is to use the tspan element and
baseline-shift property.

      <text x="{$x}" y="{$y}" style="text-anchor:left; font-size:3">
        <tspan style="baseline-shift:-100%;">Root Node</tspan>
      </text>

Clyde W. Stitt
clydewstitt@yahoo.com

Received on Saturday, 31 May 2003 17:11:11 UTC