Stupi / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

css style body background-image problem #172

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. added following either in css or inline
<body style="background: url(../images/co.jpg) repeat-y top center">
image size is 785px / 650px
2. NO original flying-saucer code touched.
3.

What is the expected output? What do you see instead?
I would expect the the image keeps its original size. However in the attached 
image of the produced pdf one sees something else. For the images to be seen a 
800% magnification must be used.

What version of the product are you using? On what operating system?
R8 / WinXp / Linux

Please provide any additional information below.

Page code:
<html>
    <head>
        <title>Test</title>     
    </head>
    <body style="background: url(../images/co.jpg) repeat-y top center">
        <div id="wrapper">          
            <div id="content">
                This is my printed text
            </div>
        </div>

    </body>

</html>

Original issue reported on code.google.com by dragos.c...@gmail.com on 2 Sep 2011 at 1:10

Attachments: