Christian Cryder wrote:
Hi folks,
I am using Batik to try and render a document like this:
[...] Instead, when I get to this line here:
svgGenerator.stream( writer, false );
I get the following exception:
error encoding chart:org.apache.batik.svggen.SVGGraphics2DIOException:
Connec
Hi folks,
I am using Batik to try and render a document like this:
//---Get a DOMImplementation
DOMImplementation domImpl =
GenericDOMImplementation.getDOMImplementation();
//---Create an instance of org.w3c.dom.Document
Document document = domImpl.createDocument( null, "svg", n