mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #11653 from Snuffleupagus/ensureStateFont
Ensure that there's always a setFont (Tf) operator before text rendering operators (issue 11651)
This commit is contained in:
commit
c95b9b1e17
4 changed files with 67 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -89,6 +89,7 @@
|
|||
!issue11279.pdf
|
||||
!issue11362.pdf
|
||||
!issue11578_reduced.pdf
|
||||
!issue11651.pdf
|
||||
!bad-PageLabels.pdf
|
||||
!decodeACSuccessive.pdf
|
||||
!filled-background.pdf
|
||||
|
|
BIN
test/pdfs/issue11651.pdf
Normal file
BIN
test/pdfs/issue11651.pdf
Normal file
Binary file not shown.
|
@ -67,6 +67,20 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue11651-eq",
|
||||
"file": "pdfs/issue11651.pdf",
|
||||
"md5": "375233ad8dc4181a06148f8412f35b91",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue11651-text",
|
||||
"file": "pdfs/issue11651.pdf",
|
||||
"md5": "375233ad8dc4181a06148f8412f35b91",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "text"
|
||||
},
|
||||
{ "id": "issue1293",
|
||||
"file": "pdfs/issue1293r.pdf",
|
||||
"md5": "4a098f5051f34fab036f5bbe88f8deef",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue