mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #10794 from janpe2/cidtogidmap-zero
Fix glyph at index zero in CIDFontType2 that has a CIDToGIDMap stream
This commit is contained in:
commit
c8c937c257
5 changed files with 26 additions and 9 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -293,6 +293,7 @@
|
|||
!issue5540.pdf
|
||||
!issue5549.pdf
|
||||
!issue5475.pdf
|
||||
!issue10519_reduced.pdf
|
||||
!annotation-border-styles.pdf
|
||||
!IdentityToUnicodeMap_charCodeOf.pdf
|
||||
!PDFJS-9279-reduced.pdf
|
||||
|
|
BIN
test/pdfs/issue10519_reduced.pdf
Normal file
BIN
test/pdfs/issue10519_reduced.pdf
Normal file
Binary file not shown.
|
@ -3126,6 +3126,12 @@
|
|||
"lastPage": 4,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue10519",
|
||||
"file": "pdfs/issue10519_reduced.pdf",
|
||||
"md5": "8a2dae43c0ef47b0734bedaaa24f8c09",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue3061",
|
||||
"file": "pdfs/issue3061.pdf",
|
||||
"md5": "696a7cb1b194d095ca3f7861779a606b",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue