diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-03-12 21:49:37 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-03-12 21:49:37 +0000 |
commit | 74de788d25c893ebf1bb9d4d284f9928b89b062e (patch) | |
tree | 06e49b4915f4016d6988c9fba5fb91219a316b49 /status.xml | |
parent | f7a78a276ea6cb557e3a1f5e4f690e0e90515a55 (diff) | |
download | xmlgraphics-fop-74de788d25c893ebf1bb9d4d284f9928b89b062e.tar.gz xmlgraphics-fop-74de788d25c893ebf1bb9d4d284f9928b89b062e.zip |
Fixed an IllegalArgumentException for absolutely positioned block-containers with a border and no height/bpd set.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@517415 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 9e40ad4fd..2c662ef1f 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Fixed an IllegalArgumentException for absolutely positioned block-containers with a + border and no height/bpd set. + </action> <action context="Code" dev="JM" type="add"> Add support for a two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. |