>>>>> "VI" == Vinny Iyer <[EMAIL PROTECTED]> writes:

VI> this seems to work fine as long as the image is a jpg/gif etc.
VI> but if its an SVG image, the batch file does not terminate.  

    In the 0.19 release they did not put a System.exit(0) call at the
end of main, this is needed when working with Batik, because Batik
initializes the AWT toolkit, which starts an event thread which is
marked as non-deamon.  I'm told the current CVS versions of FOP have
this fixed.

VI> If I close the dos window manually or cancel the batch processing,
VI> the pdf file does display the SVG image in it correctly.  

VI> Also, if I try this using a servlet, then the SVG image does not
VI> show up at all.  

    I don't know anything about servlets, but you might get lucky and
have it be a related problem that is also fixed in current CVS :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to