danfickle / neoflyingsaucer

[Deprecated - Please use openhtmltopdf at link] An attempt to modernize flyingsaucer, the HTML and CSS 2.1 renderer in pure Java
https://github.com/danfickle/openhtmltopdf
Other
38 stars 12 forks source link

Multiple background images. #34

Open danfickle opened 9 years ago

danfickle commented 9 years ago

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()