aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2012-09-04 14:34:12 +0000
committerVincent Hennebert <vhennebert@apache.org>2012-09-04 14:34:12 +0000
commit9508968e6e53525d87c2620b77753f28032e7779 (patch)
tree6326db6962750134ac69449a2a5733fcac965c1a /status.xml
parent45102ae251426c0ec72d479d06d62c651a228825 (diff)
downloadxmlgraphics-fop-9508968e6e53525d87c2620b77753f28032e7779.tar.gz
xmlgraphics-fop-9508968e6e53525d87c2620b77753f28032e7779.zip
Bugzilla 53827: When an fo:block has a non-zero value for its text-indent property and is broken over two pages of different widths, then the first line on the second page is missing one word and appears indented.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 89f9bf4d2..b8fc34aa8 100644
--- a/status.xml
+++ b/status.xml
@@ -62,6 +62,11 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Layout" dev="VH" type="fix" fixes-bug="53827">
+ When an fo:block has a non-zero value for its text-indent property and is broken over two
+ pages of different widths, then the first line on the second page is missing one word and
+ appears indented.
+ </action>
<action context="Renderers" dev="MH" type="fix" fixes-bug="53790">
Prevented the TIFF configurator from overriding the Bitmap configurator unless CCITT
compression is enabled.