]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getLineWidth...
authorLuca Furini <lfurini@apache.org>
Mon, 16 Jun 2008 14:52:14 +0000 (14:52 +0000)
committerLuca Furini <lfurini@apache.org>
Mon, 16 Jun 2008 14:52:14 +0000 (14:52 +0000)
commit7535be8128645c85c982b21817704aaa994465d8
tree93c5922d41bcc075631533ae9427062914e30b60
parent2ad567b2f6e4f9f5db847c11742ddf8ca331db83
Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getLineWidth(int) so as to take into account each page's real height.
This fixes the positioning of footnotes when the page bpd is not the same for all pages.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@668177 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
status.xml
test/layoutengine/standard-testcases/footnote_changing-page-bpd.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/footnote_changing-page-bpd_2.xml [new file with mode: 0644]