]> source.dussan.org Git - xmlgraphics-fop.git/commit
Using the fo property last-line-end-indent instead of a hard coded value.
authorLuca Furini <lfurini@apache.org>
Wed, 7 Sep 2005 15:03:06 +0000 (15:03 +0000)
committerLuca Furini <lfurini@apache.org>
Wed, 7 Sep 2005 15:03:06 +0000 (15:03 +0000)
commit74014dc4ff641d1047cbbd6ef86bdfde99b3558d
tree1226c015cf072cb1e444608f78e9402d1e72f359
parent27da5027edd6c88a093d5c76949510d32c180a98
Using the fo property last-line-end-indent instead of a hard coded value.
This fixes item 1) in bug 36533.

Note that the old behaviour (before the changes) was not completely equivalent to the one requested by the specs, as the empty space was not necessarily placed at the end of the line; for example, the last line in a right-aligned paragraph was aligned as the previous lines, although shorter.

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