You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Thomas Peterson <tp...@printshopcreator.de> on 2010/06/21 13:30:36 UTC

Bug Java2d painter

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 - Software Development

*******************************************************************
PrintshopCreator GmbH
WebToPrint Losungen fur die Druckindustrie.
GF: Thomas Peterson, Heinz Broskamp
Am Mittelhafen 42-44
D - 48155 Munster
Tel.: +49 (0) 251-136 56 33 8
Fax.: +49 (0) 251-136 56 33 9
Web: www.printshopcreator.de
Email: tpeterson@printshopcreator.de