aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-04-17 13:33:07 +0000
committerJeremias Maerki <jeremias@apache.org>2008-04-17 13:33:07 +0000
commite5ee5c2bcf5872ecaf03c6e6e8c5a73904ee4a67 (patch)
treead01d4137cef97518339231cfd6c8d5b40ff9f85 /status.xml
parent54e844c8c55d8f4adc7a4579771276dc7229794b (diff)
downloadxmlgraphics-fop-e5ee5c2bcf5872ecaf03c6e6e8c5a73904ee4a67.tar.gz
xmlgraphics-fop-e5ee5c2bcf5872ecaf03c6e6e8c5a73904ee4a67.zip
Bugzilla #44678:
Added ability to pass in the PrinterJob instance through the renderer options. Submitted by: Antti Karanta <Antti.Karanta.at.napa.fi> Modifications/Additions to patch: - Don't remove the contructor with the PrinterJob parameter, just deprecate it. - Adjust old-style print example to use renderer options git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@649091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index a70aebb4d..640b2e8af 100644
--- a/status.xml
+++ b/status.xml
@@ -58,6 +58,10 @@
Added SVG support for AFP (GOCA).
</action>
-->
+ <action context="Renderers" dev="JM" type="add" fixes-bug="44678" due-to="Antti Karanta">
+ Added ability to pass a preconfigured PrinterJob instance to the PrintRenderer via
+ the rendering options map.
+ </action>
<action context="Renderers" dev="JM" type="add" fixes-bug="44743" due-to="Yegor Kozlov">
Added a public accessor for reference to the current page to PDFGraphics2D.
</action>