]> source.dussan.org Git - xmlgraphics-fop.git/commit
Improve breaking for block-container and static-content so there are no more "breakin...
authorJeremias Maerki <jeremias@apache.org>
Mon, 28 Jan 2008 10:32:46 +0000 (10:32 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 28 Jan 2008 10:32:46 +0000 (10:32 +0000)
commit74b2adc7ebb1c898d17bc5778de412522512d4c8
tree3f904cf51e7a20816ba8a50439adab17cb82efd1
parent4476c5bed846a37d7ffcc77349eb7256a420f7c5
Improve breaking for block-container and static-content so there are no more "breaking artifacts" (like additional border lines) in the overflowing part of the content anymore. This is done by removing all breaks from the result list prior to constructing the area tree. The presence of breaks simply indicates that there is an overflow.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@615845 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
src/java/org/apache/fop/layoutmgr/StaticContentLayoutManager.java
test/layoutengine/standard-testcases/block-container_content_size_percentage.xml
test/layoutengine/standard-testcases/block-container_overflow_2.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/static-content_overflow_1.xml [new file with mode: 0644]