mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #8388 from Snuffleupagus/issue-8380
Cache JPEG images, just as we do for other image formats, in `evaluator.js` (issue 8380)
This commit is contained in:
commit
5dc8dcdc0f
3 changed files with 16 additions and 3 deletions
1
test/pdfs/issue8380.pdf.link
Normal file
1
test/pdfs/issue8380.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://web.archive.org/web/20170507102908/https://www.mbank.pl/download/firma/Dyspozycja-zmiany-typu-rachunku-biecego.pdf?noredir
|
|
@ -1249,6 +1249,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue8380",
|
||||
"file": "pdfs/issue8380.pdf",
|
||||
"md5": "2782af6a4d0540fcea3897560f842094",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "type4psfunc",
|
||||
"file": "pdfs/type4psfunc.pdf",
|
||||
"md5": "7e6027a02ff78577f74dccdf84e37189",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue