Bug Java2d painter

2010-06-21 Thread Thomas Peterson
Hello, In method startviewport in java2dpainter: clipRect(clipRect) must be to: if (clipRect != null) { clipRect(clipRect); } In trunk because it results in null pointer exception. with this fix it works. the fix is from pdfpainter Thomas Peterson Geschaftsfuhrender Gesellschafter

Suppress RTF

2006-06-08 Thread Will Peterson
Quick question, I am going to customize FOP to suppress the RTF gif image exception when rendering documents. (i.e. org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException: The tag fo:external-graphic does not support gif - image type.) Would it be recommended to

SVN vs. BIN

2006-04-21 Thread Will Peterson
I'm a little confused on the subversion FOP vs. the binary download. - The .92 beta binary uses 'FopFactory' to create a Fop instance (which I can't get to work anyway, which is why I tried the subversion) - The subversion uses the 'new Fop' object constructor(no FopFactory) - The .92 beta

Logging with 1.0dev

2005-06-23 Thread Will Peterson
Is there any sample documentation on how to do logging with Fop 1.0dev. The previous Fop had examples right in the distribution, but I can't find anything there, or on the web for sample code of how to do logging. (All the code example I see are based on having a handle on the driver (for