Hi Fulio. Fulio Pen: > I wanted to display some symbols on an svg page, but they don't show > as they do on html page. Please visit following: > > http://www.pinyinology.com/tone_marks/diaohao.html > > http://www.pinyinology.com/tone_marks/diaohao.svg
The SVG displays correctly for me in Batik and Opera, after downloading the file. You should configure your web server to serve the SVG as image/svg+xml. It doesn’t display correctly in Firefox 2 (my Firefox 3 is broken at the moment so I can’t test with that), presumably because it’s not selecting an appropriate font. Explicitly selecting a font with good coverage (e.g. putting font-family="'Arial Unicode MS'" on the <text> element) makes it work in Firefox 2. (And you have an errant semicolon in your font-size="" attribute.) Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] ----- 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/

