mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Ignore the /Mask entry in images unless its /ImageMask entry is explicitly set to true
(issue 6621)
Fixes 6621.
This commit is contained in:
parent
9455095ee9
commit
50a70429ec
4 changed files with 14 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -32,6 +32,7 @@
|
|||
!issue3879r.pdf
|
||||
!close-path-bug.pdf
|
||||
!issue6019.pdf
|
||||
!issue6621.pdf
|
||||
!issue1293r.pdf
|
||||
!issue6541.pdf
|
||||
!issue2948.pdf
|
||||
|
|
BIN
test/pdfs/issue6621.pdf
Normal file
BIN
test/pdfs/issue6621.pdf
Normal file
Binary file not shown.
|
@ -732,6 +732,13 @@
|
|||
"rounds": 1,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue6621",
|
||||
"file": "pdfs/issue6621.pdf",
|
||||
"md5": "8079ce514fb2cdded4251eade6380ba9",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "scan-bad",
|
||||
"file": "pdfs/scan-bad.pdf",
|
||||
"md5": "4cf988f01ab83f61aca57f406dfd6584",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue