mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Merge pull request #12063 from Snuffleupagus/issue-10989
Tweak the heuristic, in `src/core/jpg.js`, that handles JPEG images with a wildly incorrect SOF (Start of Frame) `scanLines` parameter (issue 10989)
This commit is contained in:
commit
7dabc5ecc8
3 changed files with 17 additions and 4 deletions
1
test/pdfs/issue10989.pdf.link
Normal file
1
test/pdfs/issue10989.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/mozilla/pdf.js/files/3410726/ArchitecturalPlanProblemPDF_2.pdf
|
|
@ -3746,6 +3746,14 @@
|
|||
"lastPage": 7,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue10989",
|
||||
"file": "pdfs/issue10989.pdf",
|
||||
"md5": "c16de154d9ae6dbeec0a113911957efe",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue9650",
|
||||
"file": "pdfs/issue9650.pdf",
|
||||
"md5": "20d50bda6b1080b6d9088811299c791e",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue