Jeff Abernathy:
> Actually, I figured it out. If you add tspan child elements to the
> text elements, it does the trick.

When doing that <text><tspan>line1</tspan><tspan>line2</tspan></text>
trick, I find it handy to use dy="" attributes on the <tspan>s with
values in em units, for example:

  <text x="100" y="100">
    <tspan>Line 1.</tspan>
    <tspan x="100" dy="1.2em">Line 2.</tspan>
    <tspan x="100" dy="1.2em">Line 3.</tspan>
    <tspan x="100" dy="1.2em">Line 4.</tspan>
  </text>

-- 
Cameron McCormack, http://mcc.id.au/
        xmpp:[EMAIL PROTECTED]  ▪  ICQ 26955922  ▪  MSN [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to