mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Check more of the stream when looking for commands after inline image (issue 19494)
Currently we only check `followingBytes`, which turns out to be too short to find e.g. valid transform (cm) commands with decimal arguments.
This commit is contained in:
parent
92ff26e4ff
commit
65df1d336f
3 changed files with 15 additions and 1 deletions
1
test/pdfs/issue19494.pdf.link
Normal file
1
test/pdfs/issue19494.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/user-attachments/files/18810079/VERAPDF-1335-InlineImage.pdf
|
|
@ -5617,6 +5617,15 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{
|
||||
"id": "issue19494",
|
||||
"file": "pdfs/issue19494.pdf",
|
||||
"md5": "2ec2ccbe6aa7e622ef981ca5ca443d55",
|
||||
"link": true,
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"lastPage": 1
|
||||
},
|
||||
{
|
||||
"id": "issue11768",
|
||||
"file": "pdfs/issue11768_reduced.pdf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue