You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2004/11/10 15:33:44 UTC

DO NOT REPLY [Bug 32153] New: - Unwanted whitespace around image

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32153>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32153

Unwanted whitespace around image

           Summary: Unwanted whitespace around image
           Product: Fop
           Version: 0.20.5
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: page-master/layout
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: martin.smith@uk.nomura.com


I'm generating PDF docs.
 
I have a page with no margins, the header is just an image (which displays 
fine) but I need it to be flush with the top, left and right hand sides of the 
page. Instead there is a small amount of white space around it on all 3 edges - 
Is this a bug? 

thx.
 
  <fo:simple-page-master
        master-name="CONF_PAGE"
        page-width="21cm"
        page-height="29.7cm"
        margin-top="0cm"
        margin-bottom="0cm"
        margin-left="0cm"
        margin-right="0cm">

 
    <fo:region-before
        background-image="./conf-top.svg"
        region-name="before"
        extent="3cm"/>