diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-12-07 09:40:16 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-12-07 09:40:16 +0000 |
commit | 60cf5396d817f66e1da6ab8ad1b589457be8c41c (patch) | |
tree | 4d14b2993714aeede6c62ccaaf9d3fcd3c0627cd /status.xml | |
parent | 56d2a1386836557650baa9db7f839dd2f78247d7 (diff) | |
download | xmlgraphics-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.xml | 4 |
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. |