diff options
author | tonikitoo <tonikitoo@igalia.com> | 2016-09-15 13:50:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-15 13:50:50 -0700 |
commit | 0a17fafd723e8684d1deb4b5ceea58967a0154da (patch) | |
tree | 6e438c8fab198e4e315243be858feaaff7a1a813 /DEPS | |
parent | 84be3a3cfec5107aac9a58ea00b58b733d393c7d (diff) | |
download | pdfium-0a17fafd723e8684d1deb4b5ceea58967a0154da.tar.xz |
Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP
On Acrobat, if "/AP" is present on a text markup definition,
the coordinates used to draw the annotation come from "/Rect
values, whereas if "/AP" is not defined, the array defined
in /QuadPoints is used to grab the annotation coordinates from.
PDFium, on the other hand, uses "/Rect" regardless of
presence or absence of "/AP".
CL fixes PDFium to work similarly to Acrobat, in this case.
TEST=testing/resources/pixel/bug_585_*.in
BUG=pdfium:585
Review-Url: https://codereview.chromium.org/2289293005
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ vars = { 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 'icu_revision': '2341038bf72869a5683a893a2b319a48ffec7f62', - 'pdfium_tests_revision': '8485b3093524ddb7319e0381ab10c576e59d5091', + 'pdfium_tests_revision': 'e86a1bac556194ee572b0cd37d04ea646c7b5320', 'skia_revision': '39f7a10a04a914384944d8bf62621144ac4eeaa3', 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', 'trace_event_revision': '54b8455be9505c2cb0cf5c26bb86739c236471aa', |