mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 16:48:08 +02:00
Merge pull request #6839 from Snuffleupagus/issue-6782
Check that CIDFontType0 fonts does not actually contain OpenType font files (issue 6782)
This commit is contained in:
commit
3057b69e45
4 changed files with 21 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -14,6 +14,7 @@
|
|||
!issue5946.pdf
|
||||
!issue5972.pdf
|
||||
!issue5874.pdf
|
||||
!issue6782.pdf
|
||||
!filled-background.pdf
|
||||
!ArabicCIDTrueType.pdf
|
||||
!ThuluthFeatures.pdf
|
||||
|
|
BIN
test/pdfs/issue6782.pdf
Normal file
BIN
test/pdfs/issue6782.pdf
Normal file
Binary file not shown.
|
@ -1487,6 +1487,13 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue6782",
|
||||
"file": "pdfs/issue6782.pdf",
|
||||
"md5": "b423f709600daa5745cc6d8234f7c608",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug867484",
|
||||
"file": "pdfs/bug867484.pdf",
|
||||
"md5": "347af7b0ef7279b1a7f43b03bfda4548",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue