mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Merge pull request #7023 from brendandahl/issue6721
Only draw glyphs on canvas if they are in the font or the font file is missing.
This commit is contained in:
commit
a6acf74b54
5 changed files with 34 additions and 14 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -167,6 +167,7 @@
|
|||
!issue5010.pdf
|
||||
!issue4934.pdf
|
||||
!issue4650.pdf
|
||||
!issue6721_reduced.pdf
|
||||
!issue3025.pdf
|
||||
!issue2099-1.pdf
|
||||
!issue3371.pdf
|
||||
|
|
BIN
test/pdfs/issue6721_reduced.pdf
Normal file
BIN
test/pdfs/issue6721_reduced.pdf
Normal file
Binary file not shown.
|
@ -543,6 +543,15 @@
|
|||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue6721_reduced",
|
||||
"file": "pdfs/issue6721_reduced.pdf",
|
||||
"md5": "719aa66d8081a15e3ba6032ed4279237",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"firstPage": 1,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5010",
|
||||
"file": "pdfs/issue5010.pdf",
|
||||
"md5": "419f4b13403a0871c463ec69d96e342c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue