mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #5990 from Snuffleupagus/missing-glyphs-identityUnicode
Skip mapping of CIDFontType2 glyphs in fonts with a |IdentityToUnicodeMap|, unless |properties.widths| is defined for the glyph
This commit is contained in:
commit
749a60a0b7
5 changed files with 28 additions and 6 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -7,6 +7,7 @@
|
|||
!issue2391-2.pdf
|
||||
!issue5801.pdf
|
||||
!issue5972.pdf
|
||||
!issue5874.pdf
|
||||
!filled-background.pdf
|
||||
!ArabicCIDTrueType.pdf
|
||||
!ThuluthFeatures.pdf
|
||||
|
|
1
test/pdfs/bug1142033.pdf.link
Normal file
1
test/pdfs/bug1142033.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://bug1142033.bugzilla.mozilla.org/attachment.cgi?id=8597714
|
BIN
test/pdfs/issue5874.pdf
Normal file
BIN
test/pdfs/issue5874.pdf
Normal file
Binary file not shown.
|
@ -961,6 +961,21 @@
|
|||
"link": true,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "bug1142033",
|
||||
"file": "pdfs/bug1142033.pdf",
|
||||
"md5": "1d9afd397e89a0f52c056f449ec93daa",
|
||||
"rounds": 1,
|
||||
"lastPage": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5874",
|
||||
"file": "pdfs/issue5874.pdf",
|
||||
"md5": "25922edf223aa91bc259663d0a34a6ab",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "S2-eq",
|
||||
"file": "pdfs/S2.pdf",
|
||||
"md5": "d0b6137846df6e0fe058f234a87fb588",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue