Hi, I encoutered a strange behaviour with rendering text at very small viewboy sizes. It seems that at a certain size of the viewbox textis not rendered at all. Anybody has the same problem or an idea whats going wrong here ? Solution ?
This SVG renders just fine: <svg width="640" height="480" viewBox="0.1 0.1 0.0001 0.0001"> <text font-size="0.00001" x="0.10005" y="0.10005">Hello</text> </svg> This does not: <svg width="640" height="480" viewBox="0 0 0.0001 0.0001"> <text font-size="0.00001" x="0.00005" y="0.00005">Hello</text> </svg> Thanks a lot for your help. ----- 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/

