mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #12186 from brendandahl/loca-2
Fix bad truetype loca tables.
This commit is contained in:
commit
7fb01f9f2a
5 changed files with 53 additions and 27 deletions
2
test/pdfs/.gitignore
vendored
2
test/pdfs/.gitignore
vendored
|
@ -63,6 +63,7 @@
|
|||
!issue8372.pdf
|
||||
!issue8424.pdf
|
||||
!issue8480.pdf
|
||||
!bug1650302_reduced.pdf
|
||||
!issue8570.pdf
|
||||
!issue8697.pdf
|
||||
!issue8702.pdf
|
||||
|
@ -121,6 +122,7 @@
|
|||
!bug1132849.pdf
|
||||
!issue6894.pdf
|
||||
!issue5804.pdf
|
||||
!issue11131_reduced.pdf
|
||||
!Pages-tree-refs.pdf
|
||||
!ShowText-ShadingPattern.pdf
|
||||
!complex_ttf_font.pdf
|
||||
|
|
BIN
test/pdfs/bug1650302_reduced.pdf
Normal file
BIN
test/pdfs/bug1650302_reduced.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/issue11131_reduced.pdf
Normal file
BIN
test/pdfs/issue11131_reduced.pdf
Normal file
Binary file not shown.
|
@ -3274,6 +3274,12 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue11131_reduced",
|
||||
"file": "pdfs/issue11131_reduced.pdf",
|
||||
"md5": "004b7e7d2b133a8dc4fe64aaf3dc9533",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue818",
|
||||
"file": "pdfs/issue818.pdf",
|
||||
"md5": "dd2f8a5bd65164ad74da2b45a6ca90cc",
|
||||
|
@ -3371,6 +3377,12 @@
|
|||
"link": false,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "bug1650302_reduced",
|
||||
"file": "pdfs/bug1650302_reduced.pdf",
|
||||
"md5": "d918c9ec936486e8b6656e10dd909014",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "blendmode",
|
||||
"file": "pdfs/blendmode.pdf",
|
||||
"md5": "5a86e7e9333e93c58abc3f382e1e6ea2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue