Re: Quoted letter in SVG text

Robert Longson <[email protected]> Mon, 26 Sep 2011 04:49:24 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.svg
Organization http://groups.google.com
Message-ID <443ad77c-3330-40e1-a766-f58e07b9b111@m37g2000yqc.googlegroups.com>
On Sep 26, 9:41=A0am, Otto Wyss <[email protected]> wrote:
> I've tried to use "&minus;" in SVG text yet it won't be display but an er=
ror
> message comes up.

SVG is basically an XML language so you can't use HTML entities. See
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_referenc=
es
for more information on the differences.

Best regards

Robert