mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Compute correctly the unitsPerEm value from the fontMatrix when converting a font (bug 1539074)
This commit is contained in:
parent
831a526c10
commit
d1452206d9
4 changed files with 14 additions and 2 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -649,3 +649,4 @@
|
|||
!tracemonkey_freetext.pdf
|
||||
!issue17998.pdf
|
||||
!pdfjs_wikipedia.pdf
|
||||
!bug1539074.pdf
|
||||
|
|
BIN
test/pdfs/bug1539074.pdf
Executable file
BIN
test/pdfs/bug1539074.pdf
Executable file
Binary file not shown.
|
@ -10081,5 +10081,12 @@
|
|||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{
|
||||
"id": "bug1539074",
|
||||
"file": "pdfs/bug1539074.pdf",
|
||||
"md5": "73922be020083d54747af18a4d5e0768",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue