mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix Symbol fonts without font file but with Encoding dictionary (issue 5238)
This commit is contained in:
parent
15681adbb9
commit
b16c973d9d
4 changed files with 15 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -61,6 +61,7 @@
|
|||
!issue4668.pdf
|
||||
!issue5039.pdf
|
||||
!issue5070.pdf
|
||||
!issue5238.pdf
|
||||
!issue5244.pdf
|
||||
!gradientfill.pdf
|
||||
!bug903856.pdf
|
||||
|
|
BIN
test/pdfs/issue5238.pdf
Normal file
BIN
test/pdfs/issue5238.pdf
Normal file
Binary file not shown.
|
@ -471,6 +471,13 @@
|
|||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5238",
|
||||
"file": "pdfs/issue5238.pdf",
|
||||
"md5": "6ddecda00893be1793de20a70c83a3c2",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "txt2pdf",
|
||||
"file": "pdfs/txt2pdf.pdf",
|
||||
"md5": "02cefa0f5e8d96313bb05163b2f88c8c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue