mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Fix the endoffset of the last glyph when it's followed by a null offset in the loca table
It fixes #17671.
This commit is contained in:
parent
e60329cea1
commit
fcad3718f0
4 changed files with 16 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -628,3 +628,4 @@
|
|||
!issue17492.pdf
|
||||
!issue17540.pdf
|
||||
!bug1669097.pdf
|
||||
!issue17671.pdf
|
||||
|
|
BIN
test/pdfs/issue17671.pdf
Executable file
BIN
test/pdfs/issue17671.pdf
Executable file
Binary file not shown.
|
@ -9675,5 +9675,12 @@
|
|||
"id": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "issue17671",
|
||||
"file": "pdfs/issue17671.pdf",
|
||||
"md5": "407695b36b4611bc7c501a891c8a4b28",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue