mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Implement free text annotations
This commit is contained in:
parent
62dc431af6
commit
ae2a4dc3dd
6 changed files with 47 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -323,6 +323,7 @@
|
|||
!annotation-strikeout.pdf
|
||||
!annotation-squiggly.pdf
|
||||
!annotation-highlight.pdf
|
||||
!annotation-freetext.pdf
|
||||
!annotation-line.pdf
|
||||
!annotation-square-circle.pdf
|
||||
!annotation-stamp.pdf
|
||||
|
|
BIN
test/pdfs/annotation-freetext.pdf
Executable file
BIN
test/pdfs/annotation-freetext.pdf
Executable file
Binary file not shown.
|
@ -4007,6 +4007,13 @@
|
|||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "annotation-freetext",
|
||||
"file": "pdfs/annotation-freetext.pdf",
|
||||
"md5": "6ca19ce632ead3aed08f22e588510e2f",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "annotation-line",
|
||||
"file": "pdfs/annotation-line.pdf",
|
||||
"md5": "fde60608be2748f10fb6522cba425ca1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue