Sam Wilson wrote: 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> Try eliminating the second viewBox. I think that the second text is asked to appear outside the bounds of its container's viewBox. At least that works for me. David [Non-text portions of this message have been removed] ----- 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/

