]> source.dussan.org Git - xmlgraphics-fop.git/commit
fo:block space-before property now activated only on the first Area.Block object...
authorGlen Mazza <gmazza@apache.org>
Tue, 11 Nov 2003 04:40:12 +0000 (04:40 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 11 Nov 2003 04:40:12 +0000 (04:40 +0000)
commited0e5a7849dac9b78b1b8f3058a9ce212326a85a
tree30b87a497e6d870157991a2e79b942bf94c47da1
parent79e31b059db22b84330ef22a91261f2b8baffbaa
fo:block space-before property now activated only on the first Area.Block object used
in rendering the fo:block.  (Previous implementation repeated space-before at the
top of every page.)  Suggestion from Chris Bowditch.

(Space-after property still needs work:  renders at the correct places but
results in subsequent text overrunning region borders.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197003 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java