Prerna created BATIK-1208:
-----------------------------

             Summary: Out of memory error when trying to convert svg to png for 
large svg files
                 Key: BATIK-1208
                 URL: https://issues.apache.org/jira/browse/BATIK-1208
             Project: Batik
          Issue Type: Bug
          Components: SVG Rasterizer
    Affects Versions: 1.9
         Environment: OS: Windows 7, jdk 1.8
            Reporter: Prerna
         Attachments: svg-data.txt

Code:
PNGTranscoder transcoder = new PNGTranscoder();
TranscoderInput transcoderInput = new TranscoderInput(new StringReader(data));
TranscoderOutput transcoderOutput = new TranscoderOutput(OutputStream);
transcoder.transcode(transcoderInput, transcoderOutput);

I have attached the svg data.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to