mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
Before, drawing an image with transparency would result in black, opaque pixels in the PDF file. This change, figured out together with Jürg Lehni, fixes this. At its core, switching from drawImage(img, int, int, int, int, int, int, int, int, null) to drawImage(img, int, int, null) seems to do the trick - so this might have been a bug in iText all along. Signed-off-by: Jürg Lehni <juerg@scratchdisk.com> Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>