On 29 May 2009, at 18:31, Amick, Eric wrote:

Hi Eric

I have the following simple FO:

<snip />
I was expecting the border to be the same distance from every edge of the page, but the resulting PDF has the side and bottom edges of the box closer to the edges of the page; in fact, the bottom edge of the box is off the page. If I remove the padding, the border appears as I was expecting. It appears that the padding is causing the height and width of the block-container to increase instead of reducing the available area inside the block-container's border. Am I missing something, or is this a bug?

Definitely a bug. Apparently, it only occurs for relative-positioned block-containers. If you position it absolutely (position="absolute" top="0" left="0"), you also get the expected output...

Please log a report for this in Bugzilla, so we don't lose track of it.


Thanks!

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to