mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #5651 from Snuffleupagus/missing-glyphs
Try to skip mapping of missing TrueType and CIDFontType2 glyphs
This commit is contained in:
commit
394b38b22f
7 changed files with 77 additions and 21 deletions
4
test/pdfs/.gitignore
vendored
4
test/pdfs/.gitignore
vendored
|
@ -18,6 +18,7 @@
|
|||
!sizes.pdf
|
||||
!close-path-bug.pdf
|
||||
!issue4630.pdf
|
||||
!issue5202.pdf
|
||||
!issue5280.pdf
|
||||
!alphatrans.pdf
|
||||
!devicen.pdf
|
||||
|
@ -58,10 +59,13 @@
|
|||
!zerowidthline.pdf
|
||||
!bug868745.pdf
|
||||
!mmtype1.pdf
|
||||
!issue5704.pdf
|
||||
!bug893730.pdf
|
||||
!bug864847.pdf
|
||||
!issue1002.pdf
|
||||
!issue925.pdf
|
||||
!issue2840.pdf
|
||||
!issue4061.pdf
|
||||
!issue4668.pdf
|
||||
!issue5039.pdf
|
||||
!issue5070.pdf
|
||||
|
|
BIN
test/pdfs/bug893730.pdf
Normal file
BIN
test/pdfs/bug893730.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/issue4061.pdf
Normal file
BIN
test/pdfs/issue4061.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/issue5202.pdf
Normal file
BIN
test/pdfs/issue5202.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/issue5704.pdf
Normal file
BIN
test/pdfs/issue5704.pdf
Normal file
Binary file not shown.
|
@ -485,6 +485,20 @@
|
|||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue4061",
|
||||
"file": "pdfs/issue4061.pdf",
|
||||
"md5": "236aaa8840a47c3c061f8e3034549764",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5202",
|
||||
"file": "pdfs/issue5202.pdf",
|
||||
"md5": "bb9cc69211112e66aab40828086a4e5a",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5238",
|
||||
"file": "pdfs/issue5238.pdf",
|
||||
"md5": "6ddecda00893be1793de20a70c83a3c2",
|
||||
|
@ -1015,6 +1029,20 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5704",
|
||||
"file": "pdfs/issue5704.pdf",
|
||||
"md5": "6e0b62585feef24dff2d7e7687cd8128",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug893730",
|
||||
"file": "pdfs/bug893730.pdf",
|
||||
"md5": "2587379fb1b3bbff89c14f0863e78383",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "pdfkit_compressed",
|
||||
"file": "pdfs/pdfkit_compressed.pdf",
|
||||
"md5": "ffe9c571d0a1572e234253e6c7cdee6c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue