When I use the following code, 'A' displays as a square and 'B' displays as a filled-in square.
Can someone please explain why 'B' displays as a filled-in square? <?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C/DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"> <desc>Glyph Test</desc> <text x="50%" y="50" text-anchor="middle" font-size="20">Glyph Text</text> <defs> <font horiz-adv-x="959"> <font-face font-family="FakeFont" units-per-em="2048" ascent="1835" descent="-597" alphabetic="0"/> <missing-glyph horiz-adv-x="2048" d="M256 0V1536H1792V0H256ZM384 128H1664V1408H384V128Z"/> <glyph unicode="A" horiz-adv-x="2048" d="M256 0V1536H1792V0H256ZM384 128H1664V1408H384V128Z"/> <glyph unicode="B" horiz-adv-x="2048" d="M256 0V1536H1792V0H256Z"/> </font> </defs> <text font-family="FakeFont" style="font-size:20" x="100" y="100">ABCDE</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/ <*> 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/

