DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41306>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41306 Summary: AWT claims to support out-of-order: doesn't Product: Fop Version: all Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: awt renderer AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I've been using the AWT viewer to view a document and then using OS X's print facilities to save as PDF. I am using fop trunk. Unfortunately, the pages appear in a non-obvious order, both on the display and when printed. Digging about in the source, I found this in src/java/org/apache/fop/render/awt/AWTRenderer.java: /** @see org.apache.fop.render.Renderer */ public boolean supportsOutOfOrder() { return true; // TODO true? } I don't think it is true. Changing it to return false made fop behave sensibly, although obviously it rendered all the pages before showing me anything. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
