I am using CF10 with CFDOCUMENT to produce a PDF from html/css. I am running into issues where block elements are having what I'd call "bleeding" issues with their background colors over borders. There appears to be a 1 - 2 pixel bleed on both the right-hand and bottom borders. It happens on both default block level elements like div tags but also inline elements who have their CSS values set to display: block; Has anyone experienced this and if so what is the fix? I have a great looking document that's being produced minus this one issue.
Below is an example of the bleeding(the green pours over the border):