danfickle / neoflyingsaucer

[Deprecated - Please use openhtmltopdf at link] An attempt to modernize flyingsaucer, the HTML and CSS 2.1 renderer in pure Java

Home Page:https://github.com/danfickle/openhtmltopdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Off by one error for background painting of body element

danfickle opened this issue · comments

Renders the background of body one pixel to the left of where it should.
Test case at com.github.neoflyingsaucer.test.BackgroundTest.testBackgroundImageOnBody()

Background color is also rendered off to the left.
PDF test case for this issue at:
com.github.neoflyingsaucer.test.pdf.TestPage.testBodyBackgroundColor()