From 53d443f042b590ae2d920def16bc9daf66f8427d Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Thu, 26 Oct 2017 11:12:09 -0400 Subject: Remove ContrastAdjust(). This post-processing increased the contrast of scaled-down features - mainly lines and fonts, relative to the background. The effect does not improved readability and in some cases makes the scaled-down version look like a different document at a glance. Text that is normal weight appears bold when scaled down in these cases. Change-Id: I2544d45e2bcec25d6742d2a60c1316d8df08cce1 Reviewed-on: https://pdfium-review.googlesource.com/15471 Commit-Queue: Henrique Nakashima Reviewed-by: dsinclair --- fpdfsdk/fpdfformfill_embeddertest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fpdfsdk/fpdfformfill_embeddertest.cpp') diff --git a/fpdfsdk/fpdfformfill_embeddertest.cpp b/fpdfsdk/fpdfformfill_embeddertest.cpp index 4a3fc03d24..ae1c02ede1 100644 --- a/fpdfsdk/fpdfformfill_embeddertest.cpp +++ b/fpdfsdk/fpdfformfill_embeddertest.cpp @@ -524,9 +524,9 @@ TEST_F(FPDFFormFillEmbeddertest, FormText) { const char md5_2[] = "35b1a4b679eafc749a0b6fda750c0e8d"; const char md5_3[] = "65c64a7c355388f719a752aa1e23f6fe"; #else - const char md5_1[] = "a5e3ac74c2ee123ec6710e2f0ef8424a"; - const char md5_2[] = "4526b09382e144d5506ad92149399de6"; - const char md5_3[] = "80356067d860088864cf50ff85d8459e"; + const char md5_1[] = "b890950d4b9bc163b1a96797f3004b53"; + const char md5_2[] = "11487d5597599a26e8912b9c1d9422cb"; + const char md5_3[] = "bffe0ecea9a533f217047ee41d6be466"; #endif { EXPECT_TRUE(OpenDocument("text_form.pdf")); -- cgit v1.2.3