diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-08-20 13:00:43 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-08-20 13:00:43 +0000 |
commit | 887b2f5c3c425b4eeed4094dae38f0c4d53ac121 (patch) | |
tree | a4380ab7e427eb7b124ec6b728396e98e66e5c34 /status.xml | |
parent | 39f5b053cc82f71efa6014c36c0de2f36534bd19 (diff) | |
download | xmlgraphics-fop-887b2f5c3c425b4eeed4094dae38f0c4d53ac121.tar.gz xmlgraphics-fop-887b2f5c3c425b4eeed4094dae38f0c4d53ac121.zip |
Merged revisions 685918,687305 via svnmerge from
https://svn.eu.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r685918 | jeremias | 2008-08-14 15:32:28 +0100 (Thu, 14 Aug 2008) | 1 line
Wasn't an NPE, but actually a division by zero.
........
r687305 | acumiskey | 2008-08-20 13:59:11 +0100 (Wed, 20 Aug 2008) | 2 lines
Moved mptToPt() and ptToMpt() from AbstractRenderer to UnitConv. One less dependency to worry about.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@687307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/status.xml b/status.xml index c134fadc2..1cde45913 100644 --- a/status.xml +++ b/status.xml @@ -54,7 +54,7 @@ <changes> <release version="FOP Trunk" date="TBD"> <action context="Layout" dev="JM" type="fix"> - Fixed the source for a NullPointerException when the content of an fo:leader with + Fixed the source for a division by zero when the content of an fo:leader with leader-pattern="use-content" collapses to zero width during layout. </action> <action context="Renderers" dev="JM" type="fix"> |