https://issues.apache.org/bugzilla/show_bug.cgi?id=48724
Summary: space-after applied only to line 1 when fo:block is
nested within fo:inline
Product: Fop
Version: 1.0dev
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=24964)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24964)
Rendered PDF
When an fo:block is nested within fo:inline the space-after property seems to
be only applied to the first line and not the last line.
On page 25 of the attached PDF under the line "This black and white photo shows
a two-" it occurs. Here's that portion of the XSL-FO.
<fo:block keep-with-previous.within-page="3">
<fo:inline font-weight="bold">
<fo:block space-after="0.5em" space-before="0.5em">
This black and white photo shows a two-wheeled wagon
piled high with cloth sacks filled with goods. Another
sack lies on the grass next to the wagon. The wagon
has the thin tires and criss-cross pattern of spokes
on the wheels that are characteristic of the 1930s.
</fo:block>
</fo:inline>
</fo:block>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.