Hi Folks, Can anyone explain the way Opera handles text scaling compared with FF2 and ASV3? In following example the deeply nested text elements scale well in FF2 and ASV3 but all appear at the same size in Op9.
Tx, Simon <svg width="500" height="500" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" > <text x="0" y="10" font-size="5" font-family="Arial,Helvetica" pointer-events="none" fill="#000000" > Hello World 1 </text> <svg x="0" y="30" width="800" height="600" viewBox="0 0 50 40"> <text x="0" y="1" font-size="1" font-family="Arial,Helvetica" pointer-events="none" fill="#000000" > Hello World 2 </text> <svg x="10" y="10" width="15" height="10" > <text x="0" y="2" font-size="1.5" font- family="Arial,Helvetica" pointer-events="none" fill="#000000" > Hello World 3 </text> </svg> </svg> </svg> ----- 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/

