aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-09-10 16:39:56 +0000
committerJeremias Maerki <jeremias@apache.org>2006-09-10 16:39:56 +0000
commitd6c34646cbeb93d305a72a2bd913ce73182b8881 (patch)
tree64de4c5cc90814e34788d4298f631586ed3467a9 /status.xml
parent4bc66553af06005331b55f3ecd108f307b82cd30 (diff)
downloadxmlgraphics-fop-d6c34646cbeb93d305a72a2bd913ce73182b8881.tar.gz
xmlgraphics-fop-d6c34646cbeb93d305a72a2bd913ce73182b8881.zip
Configuration option in the Java2D-based renderers that allows to disable the default white background in order to produce bitmap output with transparency.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@441965 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 cdf6f68c3..3e5bb48c2 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,10 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="add">
+ Configuration option in the Java2D-based renderers that allows to disable the default
+ white background in order to produce bitmap output with transparency.
+ </action>
<action context="Code" dev="AD" type="fix" fixes-bug="39414">
Split up FOText instances larger than 32K characters to avoid
integer overflow during layout.