Open GoogleCodeExporter opened 9 years ago
I don't have a lot of time for assisting here, but I could at least chime in
that setSvgString attempts to make a complete XML document, and if you have
added a link into the variable without ensuring it is well-formed XML (e.g., if
you have added a link without ensuring there was only one root node), then you
could have a problem. At what line did the error occur? And can you please try
on the latest release (2.7.1) and give the line number from there. You may also
need to ensure that the "xlink" namespace has a namespace declaration since XML
requires it (i.e., xmlns:xlink="...").
Original comment by bret...@gmail.com
on 5 Jan 2015 at 9:42
Original issue reported on code.google.com by
lihu2...@gmail.com
on 29 Dec 2014 at 8:44