Hi,

(I hope that this is a reasonable place to post this query, and that
I've not missed a previous thread answering it.)

I'm having trouble with <text> elements that are within nested <svg>
elements, such as the following:

<svg version="1.1" xmlns="http://www.w3.org/2000/svg";
     viewBox="0 0 50 50">
  <text x="10" y="10" font-size="5">10</text>
  <svg x="20" y="20" viewBox="0 0 10 10">
    <text x="20" y="20" font-size="5">20</text>
  </svg>
</svg>

The problem is that the innermost <text> element is not showing up at
all; the outer one is fine.  I'm using Firefox 1.5.0.9 as a viewer.

I would be very appreciative if anyone could tell me where I'm going
wrong.

Thankyou very much,
Sam Wilson.



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to