mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #12842 from Snuffleupagus/issue-12841
Improve handling of JPEG images without an EOI marker (issue 12841)
This commit is contained in:
commit
f85b8721d1
4 changed files with 8 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -241,6 +241,7 @@
|
|||
!personwithdog.pdf
|
||||
!helloworld-bad.pdf
|
||||
!zerowidthline.pdf
|
||||
!issue12841_reduced.pdf
|
||||
!bug868745.pdf
|
||||
!mmtype1.pdf
|
||||
!issue4436r.pdf
|
||||
|
|
BIN
test/pdfs/issue12841_reduced.pdf
Normal file
BIN
test/pdfs/issue12841_reduced.pdf
Normal file
Binary file not shown.
|
@ -3236,6 +3236,12 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue12841",
|
||||
"file": "pdfs/issue12841_reduced.pdf",
|
||||
"md5": "5c645897c652853ad86b59df5fc6cce0",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1597",
|
||||
"file": "pdfs/issue1597.pdf",
|
||||
"md5": "a5ebef467fd6e2fc0aeb56c9eb725ae3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue