Hi Robert, "Robert Ham" <[EMAIL PROTECTED]> wrote on 07/05/2007 04:47:16 AM:
> I'm trying to use batik to transform an SVG file into a PNG file > using PNGTransform. I get out a PNG file but it has no text > elements. Everything else seems to get rendered. > > The code is being executed inside an Oracle server's JVM. I've > attached the input SVG file and the output that batik produces. The > class I'm using is below. I'm not sure where to begin looking for a > problem in the batik sources. Any pointers would be most helpful. My guess is that it can't find _any_ fonts in the server JVM. One option would be to use CSS or SVG to point directly to a TrueType font file for rendering. You can see an example of this in "samples/tests/spec/fonts/fontFace.svg". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
