mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Ensure that the params
parameter of the PredictorStream
is a dictionary (issue 7200)
Fixes 7200.
This commit is contained in:
parent
e9dbb233aa
commit
079b563e2d
4 changed files with 12 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -23,6 +23,7 @@
|
|||
!issue7020.pdf
|
||||
!issue7101.pdf
|
||||
!issue7115.pdf
|
||||
!issue7200.pdf
|
||||
!filled-background.pdf
|
||||
!ArabicCIDTrueType.pdf
|
||||
!ThuluthFeatures.pdf
|
||||
|
|
BIN
test/pdfs/issue7200.pdf
Normal file
BIN
test/pdfs/issue7200.pdf
Normal file
Binary file not shown.
|
@ -1270,6 +1270,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue7200",
|
||||
"file": "pdfs/issue7200.pdf",
|
||||
"md5": "ddae17424ea23930eecf8b612a66ed0f",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "pr4606",
|
||||
"file": "pdfs/pr4606.pdf",
|
||||
"md5": "6574fde2314648600056bd0e229df98c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue