]> source.dussan.org Git - xmlgraphics-fop.git/commit
An emergency patch to avoid that a non-breaking space at the end of an
authorSimon Pepping <spepping@apache.org>
Fri, 19 May 2006 15:10:44 +0000 (15:10 +0000)
committerSimon Pepping <spepping@apache.org>
Fri, 19 May 2006 15:10:44 +0000 (15:10 +0000)
commit276670d6bbb7cf51f8f8365675335f4ac945209e
tree00c0da5e3a75f667f2ea7085929b2475a8228f02
parent5db46401762875432068ec08a6558213b80d540f
An emergency patch to avoid that a non-breaking space at the end of an
fo:inline with padding, followed by another fo:inline, while
text-align is justify, does not cause a NullPointerException due to
InlineStackingLayoutManager.addALetterSpaceTo(). Patch submitted by
Max Berger <max@berger.name>, applied with some modifications. This
patch solves bug 39571.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@407819 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/InlineKnuthSequence.java
src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
test/layoutengine/standard-testcases/inline_letter-spacing_3.xml [new file with mode: 0644]