1
0
Fork 0
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:
Jonas Jenwald 2025-02-15 14:18:07 +01:00
parent 92ff26e4ff
commit 65df1d336f
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1 @@
https://github.com/user-attachments/files/18810079/VERAPDF-1335-InlineImage.pdf

View file

@ -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",