mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #14057 from Snuffleupagus/bug-920426
Support CMap-data with only strings, when parsing TrueType composite fonts (bug 920426)
This commit is contained in:
commit
284d259054
4 changed files with 34 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -238,6 +238,7 @@
|
|||
!bug900822.pdf
|
||||
!bug1392647.pdf
|
||||
!issue918.pdf
|
||||
!bug920426.pdf
|
||||
!issue1905.pdf
|
||||
!issue2833.pdf
|
||||
!issue2931.pdf
|
||||
|
|
BIN
test/pdfs/bug920426.pdf
Normal file
BIN
test/pdfs/bug920426.pdf
Normal file
Binary file not shown.
|
@ -154,6 +154,12 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug920426",
|
||||
"file": "pdfs/bug920426.pdf",
|
||||
"md5": "2fd118b44513afb22509c3584388cc29",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue13343",
|
||||
"file": "pdfs/issue13343.pdf",
|
||||
"md5": "f8bf1888839e15254555092c504e1900",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue