Re: SVGParser to Renderer

2004-07-19 Thread Sand Print
Hi Thomas, Thanks for your reply. Let me tell you what I am trying to do. I have to display an SVG file on a J2ME device. That is the reason that I am trying to use a very light parser, since the size is an issue. I guess I need to strip down the Batik API to reduce the size ;as my SVG file

Re: SVGParser to Renderer

2004-07-19 Thread Thomas DeWeese
Hi Sand, I think you are mostly out of luck WRT Batik. Batik makes heavy use of Java2D which is not currently supported in J2ME. Are you aware of the 'TinyLine' project? This appears to be what you want... Sand Print wrote: Thanks for your reply. Let me tell you what I am trying to do. I have

Re: Transparency with PNG transcoder

2004-07-19 Thread Dave Meibusch
I've been using Batik very successfully to generate raster thumbnails of SVG images for a web application. A recent change to a beige background on the web site revealed to me that the PNG raster images did not have transparent backgrounds (the SVG images do correctly display with