Jeremias Maerki-2 wrote: > > Can you post an SVG files that demonstrates the fuzzyness? As for the > OutOfMemoryError, I would assume that you might be giving very large > values with the hints that blow the JVM limit. Try lowering these values > to see if the exception goes away. Without a way to reproduce this I'm > not sure how I can help. > > Jeremias Maerki > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > >
Here is the SVG File: http://www.nabble.com/file/p22979253/Test.svg Test.svg You'll also need the css file: http://www.nabble.com/file/p22979253/Attributes.css Attributes.css As for the out of memory error, I did try giving it smaller width and length values and still get the same error. I've also used similar coding for my printing and that works without any memory error. As I noted earlier if I remove the transcodinghints that sets the aoi, width, and length than the pdf prints fine. But removing it causes it to print the whole svg file. I assume that if you don't set your own aoi, width and length then the transcoder sets its own aoi, width and length using the current canvas values. Which that shouldn't be any difference than me setting my own aoi, which is smaller. Any more thoughts on what could be causing this would be much appreciated. vyang -- View this message in context: http://www.nabble.com/PDFTranscoder-Text-Opacity---Transcoding-Hints-tp22874236p22979253.html Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
