mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Merge pull request #9276 from mozilla/loca-fix
Fix loca table when offsets aren't in ascending order.
This commit is contained in:
commit
6515b91118
4 changed files with 12 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -114,6 +114,7 @@
|
|||
!issue6541.pdf
|
||||
!issue2948.pdf
|
||||
!issue6231_1.pdf
|
||||
!issue7074_reduced.pdf
|
||||
!issue6413.pdf
|
||||
!issue4630.pdf
|
||||
!issue4909.pdf
|
||||
|
|
BIN
test/pdfs/issue7074_reduced.pdf
Normal file
BIN
test/pdfs/issue7074_reduced.pdf
Normal file
Binary file not shown.
|
@ -2715,6 +2715,12 @@
|
|||
"rounds": 1,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue7074_reduced",
|
||||
"file": "pdfs/issue7074_reduced.pdf",
|
||||
"md5": "46893f8aa33620a05acdc27e3b79469d",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5540",
|
||||
"file": "pdfs/issue5540.pdf",
|
||||
"md5": "12b69b19e366232422812ad8b2534f37",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue