mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix broken "issue12394" test-case
This test-case is currently broken, with the reference image being completely empty, since it uses the old "annotationStorage" format in the manifest.
This commit is contained in:
parent
7f199e7017
commit
66b2c19368
1 changed files with 3 additions and 1 deletions
|
@ -4419,7 +4419,9 @@
|
|||
"type": "eq",
|
||||
"print": "true",
|
||||
"annotationStorage": {
|
||||
"35R": "收文"
|
||||
"35R": {
|
||||
"value": "收文"
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "id": "issue4883",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue