https://issues.apache.org/bugzilla/show_bug.cgi?id=53210
Priority: P2
Bug ID: 53210
Assignee: [email protected]
Summary: adjoining blocks with break-before="page"
break-after="page" cause extra empty page
Severity: minor
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 1.1dev
Component: page-master/layout
Product: Fop
Created attachment 28751
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28751&action=edit
test FO file
This causes five pages instead of four:
<fo:block>
<fo:block>page 1</fo:block>
<fo:block break-before="page" break-after="page">page 2</fo:block>
<fo:block break-before="page" break-after="page">page 3</fo:block>
<fo:block>page 4</fo:block>
</fo:block>
The empty extra page happens between page 2 and page 3.
--
You are receiving this mail because:
You are the assignee for the bug.