[ https://issues.apache.org/jira/browse/PDFBOX-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tilman Hausherr updated PDFBOX-2438: ------------------------------------ Attachment: PDFBOX-2376-466070_p3-reduced.pdf > Image not displayed in the 1.8 versions > --------------------------------------- > > Key: PDFBOX-2438 > URL: https://issues.apache.org/jira/browse/PDFBOX-2438 > Project: PDFBox > Issue Type: Bug > Components: Rendering > Affects Versions: 1.8.7, 1.8.8 > Reporter: Tilman Hausherr > Attachments: PDFBOX-2376-466070_p3-reduced.pdf > > > The attached image is not displayed in the 1.8 versions, but is displayed in > the 2.0 version. The PDF has this: > {code} > q > 0 123.12 216.72 0 198.5199 144 cm > /Im1 Do > Q > {code} > In 1.8, this is the AT just before displaying: > {code} > AffineTransform[[0.0, -0.749896221566352, -18.200103759765625], > [-0.750731696097588, 0.0, 648.0]] > {code} > And this is the AT in 2.0: > {code} > AffineTransform[[0.0, -0.749896197995512, 415.2398986816406], > [0.750731724064525, 0.0, 144.0]] > {code} > I'm aware that the graphic transforms are different in 1.8 and 2.0, but I > still think that there must be some bug that has been fixed in 2.0 but not in > 1.8, maybe related to the two 0 scale values in the ctm. -- This message was sent by Atlassian JIRA (v6.3.4#6332)