From cfd56852b6375d2b4eea473399231caf7dcdbf36 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 18 May 2017 00:50:14 -0700 Subject: Fix a situation where images are not properly rendered. This regressed in commit e21fe98. When the image's bpc is a multiple of 8, there exists a colorspace, and there is a Decode parameter, the image data source was incorrectly pointing to a data structure that only contained black pixels. BUG=chromium:718762 Change-Id: I5d3fa739e41726b4ed1ebc16465e17f83fff9f8d Reviewed-on: https://pdfium-review.googlesource.com/5333 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- testing/resources/pixel/bug_718762_expected.pdf.0.png | Bin 0 -> 211 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 testing/resources/pixel/bug_718762_expected.pdf.0.png (limited to 'testing/resources/pixel/bug_718762_expected.pdf.0.png') diff --git a/testing/resources/pixel/bug_718762_expected.pdf.0.png b/testing/resources/pixel/bug_718762_expected.pdf.0.png new file mode 100644 index 0000000000..73069f23aa Binary files /dev/null and b/testing/resources/pixel/bug_718762_expected.pdf.0.png differ -- cgit v1.2.3