Tilman Hausherr created PDFBOX-1958:
---------------------------------------
Summary: image mask outline with shading pattern is invisible
Key: PDFBOX-1958
URL: https://issues.apache.org/jira/browse/PDFBOX-1958
Project: PDFBox
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Tilman Hausherr
This is also somewhat of a regression: two weeks ago, the attached file had the
image rendered in b/w, now it is invisible. I was able to get the image in
another (wrong) color by changing one line in BeginInlineImage.java, the one
with TODO to
awtImage = image.getStencilImage(colorSpace.toPaint(color,
image.getHeight())); // <--- TODO: pass page height?
--
This message was sent by Atlassian JIRA
(v6.2#6252)