Chaals, please could you upload your file to a public open place, ie not one that requires a login?
this example doesn't seem as clear as it could be as presented in the email attached. but that could be me ~:" it's worth noting that this file seems to need to be saved as utf-8 cheers Jonathan Chetwynd Accessibility Consultant on Media Literacy and the Internet On 19 Sep 2007, at 00:24, Charles McCathieNevile wrote: <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="30em" height="20em" version="1.1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 300 200"> <!-- these work. They use character references or real characters --> <text x='20' y="30" fill='blue' font-size='20px'>α β 色 铯 ʙ ɗ</text> <text font-size="20" y="60"> <tspan fill="blue">色</tspan> &#x8272;</text> <text font-size="20" y="80" x="100"> <tspan fill="blue">铯</tspan> &#x94ef; </text> <text font-size="20" y="100"> <tspan fill="blue">biāo</tspan> bi&#257;o</text> <text font-size="20" y="120" x="100"> <tspan fill="blue">shù</tspan> shù</text> <text font-size="20" y="140"> <tspan fill="blue">日本</tspan> 日本 </text> <!-- these don't work. They rely on entities that are not part of XML / SVG --> <text font-size="20" y="160" x="100"> <tspan fill="red">fú</ tspan> f&uacute;</text> <text font-size="20" y="180"> <tspan fill="red">diào</tspan> di&agrave;o</text> </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/

