Stupid me. I had an old version (2 years old?) of batik in my classpath along with the new one. When I removed it everything just works as expected.
- Sean On Wed, 24 Nov 2004 16:51:02 -0800, Sean Roehnelt <[EMAIL PROTECTED]> wrote: > I wrote some very basic svg -> jpg code which looks very much like the > examples I found (and also like the source for batik-rasterizer.jar, > but my jpg output is always a blank white image of the correct height > and width size. > > The svg I am converting was created in Illustrator 10, and is > basically just line art. > > Running the rasterizer util on my svg outputs a good jpg, and my code > outputs a good png. I am running my code as a server side J2EE > application in JRE Standard Edition (build 1.4.2_05-141.3) for OS X, > with batik 1.5.1. > > I tried running my application with -Djava.awt.headless=true as well, > but it outputs the same blank jpg file. > > Any thoughts or suggestions on what to try next? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
