mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Fixes issue #6071.
Corrects readBlockTiff() case for 1-bit depth and 1 color TIFF images incorporated in the PDF. Adds reference test for PDF used to fix this issue.
This commit is contained in:
parent
46d2c892de
commit
493853031b
3 changed files with 17 additions and 8 deletions
1
test/pdfs/issue6071.pdf.link
Normal file
1
test/pdfs/issue6071.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://web.archive.org/web/20170107214304/https://www.pdf-archive.com/2017/01/07/issue6071/issue6071.pdf
|
|
@ -1146,6 +1146,13 @@
|
|||
"lastPage": 2,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue6071",
|
||||
"file": "pdfs/issue6071.pdf",
|
||||
"md5": "2e08526d8e7c9ba4269fc12ef488d3eb",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1905",
|
||||
"file": "pdfs/issue1905.pdf",
|
||||
"md5": "b1bbd72ca6522ae1502aa26320f81994",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue