mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #15679 from Snuffleupagus/bug-1799927-2
Use the *full* inline image as the cacheKey in `Parser.makeInlineImage` (bug 1799927)
This commit is contained in:
commit
595711bd7c
5 changed files with 41 additions and 36 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -534,6 +534,7 @@
|
|||
!issue14415.pdf
|
||||
!issue14307.pdf
|
||||
!issue14497.pdf
|
||||
!bug1799927.pdf
|
||||
!issue14502.pdf
|
||||
!issue13211.pdf
|
||||
!issue14627.pdf
|
||||
|
|
BIN
test/pdfs/bug1799927.pdf
Normal file
BIN
test/pdfs/bug1799927.pdf
Normal file
Binary file not shown.
|
@ -5921,6 +5921,12 @@
|
|||
"annotations": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug1799927",
|
||||
"file": "pdfs/bug1799927.pdf",
|
||||
"md5": "e6ad013c24e58e5b40c3bae50f04c8e8",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "annotation-line-without-appearance-empty-Rect",
|
||||
"file": "pdfs/annotation-line-without-appearance-empty-Rect.pdf",
|
||||
"md5": "65f2d3ef80acfea637718c3fc66043b7",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue