mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Fix for descent calculation while reading font hhea headers
This commit is contained in:
parent
51f6aba0a0
commit
be1e12dbcb
4 changed files with 16 additions and 2 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -222,3 +222,4 @@
|
|||
!annotation-squiggly.pdf
|
||||
!annotation-highlight.pdf
|
||||
!annotation-fileattachment.pdf
|
||||
!zero_descent.pdf
|
||||
|
|
BIN
test/pdfs/zero_descent.pdf
Normal file
BIN
test/pdfs/zero_descent.pdf
Normal file
Binary file not shown.
|
@ -2823,5 +2823,13 @@
|
|||
"rounds": 1,
|
||||
"lastPage": 1,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "zero_descent",
|
||||
"file": "pdfs/zero_descent.pdf",
|
||||
"md5": "32805ab28be1d0e91d27d9742c66eccf",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"lastPage": 1,
|
||||
"type": "text"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue