mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Overwrite maxSizeOfInstructions in maxp with computed value.
In issue #7507 the value is less than the actuall max size of the glyph instructions causing OTS to fail the font.
This commit is contained in:
parent
a1f5c26f54
commit
18e2321845
4 changed files with 54 additions and 21 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -40,6 +40,7 @@
|
|||
!issue7446.pdf
|
||||
!issue7492.pdf
|
||||
!issue7544.pdf
|
||||
!issue7507.pdf
|
||||
!issue7580.pdf
|
||||
!issue7598.pdf
|
||||
!issue7665.pdf
|
||||
|
|
BIN
test/pdfs/issue7507.pdf
Normal file
BIN
test/pdfs/issue7507.pdf
Normal file
Binary file not shown.
|
@ -684,6 +684,13 @@
|
|||
"link": false,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue7507",
|
||||
"file": "pdfs/issue7507.pdf",
|
||||
"md5": "f7aeaafe0c89b94436e94eaa63307303",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5501",
|
||||
"file": "pdfs/issue5501.pdf",
|
||||
"md5": "55a60699728fc92f491a2d7d490474e4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue