danfickle
danfickle
This was in the original iText renderer so we could use that code but the PDF output code would have to be changed to use PDF-BOX.
Renders the background of body one pixel to the left of where it should. Test case at `com.github.neoflyingsaucer.test.BackgroundTest.testBackgroundImageOnBody()`
Elements are currently required to have a width and height, which is not how Chrome works. Test case at `com.github.neoflyingsaucer.test.BoxModelTest.testTopBottomLeftRightForAbsolutePositioning()`
Needs to be implemented. Should be pretty straight forward, as all the logic is in AbstractOutputDevice and the CSS background builders. Test case at `com.github.neoflyingsaucer.test.BackgroundTest.testBackgroundImageMultiple()`
Spec here: http://www.w3.org/TR/css3-color/ Algorithm discussion here: http://stackoverflow.com/questions/2353211/hsl-to-rgb-color-conversion If you can create a Java hsl to rgb function, please feel free to paste in a comment.
I also plan to add some commits to this PR with general table cleanup of code. @VictorAtPL, if you get time, you could perhaps test this branch with your real...