mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Add support for TrueType (0, 0) cmap tables (issue 5501 and 5574)
This commit is contained in:
parent
35e668079d
commit
ad41a2d574
4 changed files with 19 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -70,6 +70,7 @@
|
|||
!issue5291.pdf
|
||||
!issue5421.pdf
|
||||
!issue5470.pdf
|
||||
!issue5501.pdf
|
||||
!issue5599.pdf
|
||||
!gradientfill.pdf
|
||||
!bug903856.pdf
|
||||
|
|
BIN
test/pdfs/issue5501.pdf
Normal file
BIN
test/pdfs/issue5501.pdf
Normal file
Binary file not shown.
|
@ -499,6 +499,13 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5501",
|
||||
"file": "pdfs/issue5501.pdf",
|
||||
"md5": "55a60699728fc92f491a2d7d490474e4",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5509",
|
||||
"file": "pdfs/issue5509.pdf",
|
||||
"md5": "1975ef8db7355b1d691bc79d0749574b",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue