https://issues.apache.org/bugzilla/show_bug.cgi?id=47139

           Summary: block extra top and bottom padding
           Product: Fop
           Version: 0.95
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=23595)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23595)
resulting pdf file with extra unwanted padding

I am getting extra top and bottom padding to my <fo:block>
I am not including this padding myself. Please see the following code. I
attached the resulting pdf. As you see there is slight padding to the top and
bottom of my text(and also with images) which i have not included.

<?xml version="1.0" encoding="ISO-8859-1"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
  <fo:layout-master-set>
    <fo:simple-page-master master-name="main" page-width="210mm"
page-height="297mm">
     <fo:region-body/>
    </fo:simple-page-master>
  </fo:layout-master-set>

  <fo:page-sequence master-reference="main"> 
    <fo:flow flow-name="xsl-region-body">
    <fo:block background-color="pink">3</fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to