aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-12-07 09:40:16 +0000
committerJeremias Maerki <jeremias@apache.org>2005-12-07 09:40:16 +0000
commit60cf5396d817f66e1da6ab8ad1b589457be8c41c (patch)
tree4d14b2993714aeede6c62ccaaf9d3fcd3c0627cd /status.xml
parent56d2a1386836557650baa9db7f839dd2f78247d7 (diff)
downloadxmlgraphics-fop-60cf5396d817f66e1da6ab8ad1b589457be8c41c.tar.gz
xmlgraphics-fop-60cf5396d817f66e1da6ab8ad1b589457be8c41c.zip
Bugzilla #37815:
Bugfix: The combination of content-width="scale-to-fit" and content-height="100%" did not work as expected due to a datatype conversion bug. Submitted by: Tom <tom.at.craddock.id.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@354757 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 1af95ffff..c05434c7c 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,10 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix" fixes-bug="37815" due-to="Tom Craddock">
+ Bugfix: The combination of content-width="scale-to-fit" and content-height="100%"
+ did not work as expected due to a datatype conversion bug.
+ </action>
<action context="Code" dev="JM" type="fix" fixes-bug="37813">
Bugfix: A span="all" on the first block cause a subsequent page break and the first block
didn't span all columns.