mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Avoid truncating inline images, where the data and the "EI" marker is glued together (issue 10388) (#10436)
Thanks to the *excellent* debugging done by @janpe2, this was easy to fix!
This commit is contained in:
parent
eb7cd884ed
commit
b531fc4106
4 changed files with 20 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -72,6 +72,7 @@
|
|||
!issue9458.pdf
|
||||
!issue9915_reduced.pdf
|
||||
!issue9940.pdf
|
||||
!issue10388_reduced.pdf
|
||||
!issue10438_reduced.pdf
|
||||
!bad-PageLabels.pdf
|
||||
!decodeACSuccessive.pdf
|
||||
|
|
BIN
test/pdfs/issue10388_reduced.pdf
Normal file
BIN
test/pdfs/issue10388_reduced.pdf
Normal file
Binary file not shown.
|
@ -739,6 +739,13 @@
|
|||
"link": true,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue10388",
|
||||
"file": "pdfs/issue10388_reduced.pdf",
|
||||
"md5": "62a6b2adbea1535432bd94a3516e2d4c",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue7507",
|
||||
"file": "pdfs/issue7507.pdf",
|
||||
"md5": "f7aeaafe0c89b94436e94eaa63307303",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue