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: tpeter...@printshopcreator.de

Reply via email to