xsl-list
[Top] [All Lists]

background-image being enlarged in final output

2003-06-24 06:25:43
I have a JPEG image defined for 8.5" x 11" paper.  The JPEG itself prints 
fine - the image stays within the margin constraints, etc...  However, 
when I use this same JPEG as a background-image in my XSL, the output 
shows the background image being blown up/enlarged.  Only the upper left 
hand portion of the image displays on the final output.  Are there any 
other parameters that I need to use to force this image to remain true to 
size?  Here is a portion of the code:

<xsl:template match="REPORT">
  <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; font-size="6pt">
    <fo:layout-master-set>
      <fo:simple-page-master
      page-width="8.5in" page-height="11in"
      margin-right="0.0in" margin-left="0.625in"
      margin-bottom="0.0in" margin-top="0.0in"
      master-name="1099">
        <fo:region-body region-name="1099-body"
        margin-bottom="0.0in"
        margin-top="0.0in"
        margin-left="0.0in"
        margin-right="0.0in"
        background-image = "C:\1099-353_2003.jpg"/>
      </fo:simple-page-master>
    </fo:layout-master-set>



Thanks, 
Aimee Rodgers

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>