mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix JBIG2 symbol offsets in text regions
This commit is contained in:
parent
fbd6e47aaf
commit
5d1074c110
4 changed files with 10 additions and 2 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -199,6 +199,7 @@
|
|||
!issue6387.pdf
|
||||
!issue6410.pdf
|
||||
!issue8586.pdf
|
||||
!jbig2_symbol_offset.pdf
|
||||
!gradientfill.pdf
|
||||
!bug903856.pdf
|
||||
!bug850854.pdf
|
||||
|
|
BIN
test/pdfs/jbig2_symbol_offset.pdf
Normal file
BIN
test/pdfs/jbig2_symbol_offset.pdf
Normal file
Binary file not shown.
|
@ -818,6 +818,12 @@
|
|||
"type": "eq",
|
||||
"forms": true
|
||||
},
|
||||
{ "id": "jbig2_symbol_offset",
|
||||
"file": "pdfs/jbig2_symbol_offset.pdf",
|
||||
"md5": "6b22a0f838008fa4d8cb5b40ba095c48",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug1046314",
|
||||
"file": "pdfs/bug1046314.pdf",
|
||||
"md5": "fc658439f44cd2dd27c8bee7e7a8344e",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue