mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #8580 from brendandahl/missing-glyf
Fix how we detect and handle missing glyph data.
This commit is contained in:
commit
eff257b820
4 changed files with 30 additions and 34 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -53,6 +53,7 @@
|
|||
!issue8372.pdf
|
||||
!issue8424.pdf
|
||||
!issue8480.pdf
|
||||
!issue8570.pdf
|
||||
!bad-PageLabels.pdf
|
||||
!filled-background.pdf
|
||||
!ArabicCIDTrueType.pdf
|
||||
|
|
BIN
test/pdfs/issue8570.pdf
Normal file
BIN
test/pdfs/issue8570.pdf
Normal file
Binary file not shown.
|
@ -1156,6 +1156,13 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue8570",
|
||||
"file": "pdfs/issue8570.pdf",
|
||||
"md5": "0355731adb72df233eaa10464dcc8c51",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "tutorial",
|
||||
"file": "pdfs/tutorial.pdf",
|
||||
"md5": "6e122f618c27f3aa9a689423e3be6b8d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue