I am upgrading my code to use 1.6 from 1.5. The printing seems to work the same, except that in 1.5 the document is centered on the page. In 1.6, it is scaled to the correct size, but it is chopped off on the top and the right. If I add this to my 1.6 print routines: graphics.translate((int)pageFormat.getImageableX() + 1, (int)pageFormat.getImageableY() + 1) I get precisely the same results as I did using batik 1.5.
Is this a bug or on purpose? Am I doing something wrong? I am setting: transcoder.addTranscodingHint(PrintTranscoder.KEY_SCALE_TO_PAGE, Boolean.TRUE); Thanks, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
