mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Implement support for Squiggly annotations
This commit is contained in:
parent
d956177482
commit
34918a6666
6 changed files with 58 additions and 4 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -203,3 +203,4 @@
|
|||
!annotation-text-without-popup.pdf
|
||||
!annotation-underline.pdf
|
||||
!annotation-strikeout.pdf
|
||||
!annotation-squiggly.pdf
|
||||
|
|
BIN
test/pdfs/annotation-squiggly.pdf
Normal file
BIN
test/pdfs/annotation-squiggly.pdf
Normal file
Binary file not shown.
|
@ -2660,6 +2660,13 @@
|
|||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "annotation-squiggly",
|
||||
"file": "pdfs/annotation-squiggly.pdf",
|
||||
"md5": "38661e731ac6c525af5894d2d20c6e71",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "issue6108",
|
||||
"file": "pdfs/issue6108.pdf",
|
||||
"md5": "8961cb55149495989a80bf0487e0f076",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue