]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix for whitespace handling that surfaced after my last fix for linefeed handling...
authorJeremias Maerki <jeremias@apache.org>
Thu, 3 Feb 2005 08:18:27 +0000 (08:18 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 3 Feb 2005 08:18:27 +0000 (08:18 +0000)
commit69d42ce2637062798b0829d36511f4fceb74b97a
tree50c456a8b1ae83695467c31b5745ccf8890813e8
parentcabefa5972e2671e0249b45706b37502f62f986e
Bugfix for whitespace handling that surfaced after my last fix for linefeed handling when markers are involved. Nodes preceeding a marker that don't create an area were removed from the childNodes list but the firstInlineChild was not cleared creating additional unwanted empty lines in the output.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198368 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/FObj.java
src/java/org/apache/fop/fo/flow/Block.java