Bug 51782 - Out of memory in converting svg to png with clip-path elements
Summary: Out of memory in converting svg to png with clip-path elements
Status: NEW
Alias: None
Product: Batik - Now in Jira
Classification: Unclassified
Component: SVG Rasterizer (show other bugs)
Version: 1.7
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Batik Developer's Mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-07 14:00 UTC by Namrata
Modified: 2011-09-07 14:02 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Namrata 2011-09-07 14:00:32 UTC
I am using SVGConverter to convert a SVG file to PNG file. It is giving me Out of Memory when jvm is assigned 512m  memory. But execute fine with 1024.

The input image size is 2mb. Is there a way to reduce the memory consumption in this case.
Comment 1 Namrata 2011-09-07 14:02:16 UTC
This is the case when clip-path elements are used in svg file.