mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #2244 from yurydelendik/issue-2074
Fixes cmap when 0xFFFF character is included
This commit is contained in:
commit
d76f4d735f
4 changed files with 17 additions and 7 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -17,6 +17,7 @@
|
|||
!devicen.pdf
|
||||
!cmykjpeg.pdf
|
||||
!issue840.pdf
|
||||
!issue2074.pdf
|
||||
!scan-bad.pdf
|
||||
!pdfjsbad1586.pdf
|
||||
!freeculture.pdf
|
||||
|
|
BIN
test/pdfs/issue2074.pdf
Normal file
BIN
test/pdfs/issue2074.pdf
Normal file
Binary file not shown.
|
@ -706,6 +706,12 @@
|
|||
"rounds": 1,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue2074",
|
||||
"file": "pdfs/issue2074.pdf",
|
||||
"md5": "5e4ba2241fc35d20e44eb52289a569ab",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "colorkeymask",
|
||||
"file": "pdfs/colorkeymask.pdf",
|
||||
"md5": "9f11e815b485f7f0e1fa5c116c636cf9",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue