mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Ensure that PartialEvaluator_extractWidths
is able to handle indirect objects in all kinds of "width" data (issue 7855)
Fixes 7855.
This commit is contained in:
parent
451956c0b1
commit
c5b06cb40d
4 changed files with 24 additions and 8 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -42,6 +42,7 @@
|
|||
!issue7598.pdf
|
||||
!issue7665.pdf
|
||||
!issue7835.pdf
|
||||
!issue7855.pdf
|
||||
!bad-PageLabels.pdf
|
||||
!filled-background.pdf
|
||||
!ArabicCIDTrueType.pdf
|
||||
|
|
BIN
test/pdfs/issue7855.pdf
Normal file
BIN
test/pdfs/issue7855.pdf
Normal file
Binary file not shown.
|
@ -1853,6 +1853,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue7855",
|
||||
"file": "pdfs/issue7855.pdf",
|
||||
"md5": "290d4d5da041ffbcb1ea5d3b0ed8ee91",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue6068",
|
||||
"file": "pdfs/issue6068.pdf",
|
||||
"md5": "bbcedb94776b40352729c16940a5b2bd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue