Hi, I have a document (USPS shipping label) that was created using (what I believe to be Apache FOP) here:
https://github.com/qzind/tray/files/12458435/Public-Test-Label.pdf Preview's inspector says: > "Apache FOP Version 2.3; modified using iText® 5.5.6 ©2000-2015 iText > Group NV" - When it's previewed in Previewer (MacOS), Chrome, Adobe Acrobat the outermost line/stroke is clearly viewable and easy to see. - When it's previewed in PDFDebugger, the top and bottom of the outermost line/stroke is missing. - When I print this document to a PDF printer on MacOS using rendering hint VALUE_STROKE_PURE, the top and bottom of this outermost line/stroke appear, but the right is cut off. (antialiasing hints on/off do not seem to impact this) Is the rendering of the outermost line/stroke simply a quirk to using PDFBOX, or is there a rendering issue? - tres.finocchi...@gmail.com