mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix loading of fonts with invalid encoding name entry (bug 859204 and 878112)
This commit is contained in:
parent
ac91047f6d
commit
575bdd8863
4 changed files with 19 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -64,3 +64,4 @@
|
|||
!issue2956.pdf
|
||||
!bug946506.pdf
|
||||
!issue3885.pdf
|
||||
!bug859204.pdf
|
||||
|
|
BIN
test/pdfs/bug859204.pdf
Normal file
BIN
test/pdfs/bug859204.pdf
Normal file
Binary file not shown.
|
@ -172,6 +172,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug859204",
|
||||
"file": "pdfs/bug859204.pdf",
|
||||
"md5": "ac1ea1dbfa6ac9d5b13167483049af0b",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1512",
|
||||
"file": "pdfs/issue1512.pdf",
|
||||
"md5": "41a19fe03d522346ee3baa732403fca4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue