mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #10727 from Snuffleupagus/type3-image-resources
Support (rare) Type3 fonts which contains image resources (issue 10717)
This commit is contained in:
commit
55d9b35d37
5 changed files with 60 additions and 18 deletions
1
test/pdfs/issue10717.pdf.link
Normal file
1
test/pdfs/issue10717.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/mozilla/pdf.js/files/3057353/test.pdf
|
|
@ -1252,6 +1252,16 @@
|
|||
"rounds": 1,
|
||||
"type": "text"
|
||||
},
|
||||
{ "id": "issue10717",
|
||||
"file": "pdfs/issue10717.pdf",
|
||||
"md5": "6d2ed03db798cc6beb3c7bdf103f5c1a",
|
||||
"link": true,
|
||||
"rounds": 1,
|
||||
"firstPage": 1,
|
||||
"lastPage": 2,
|
||||
"type": "eq",
|
||||
"about": "Type3 fonts with image resources; both pages need to be tested, otherwise the bug won't manifest."
|
||||
},
|
||||
{ "id": "close-path-bug",
|
||||
"file": "pdfs/close-path-bug.pdf",
|
||||
"md5": "48dd17ef58393857d2d038d33699cac5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue