mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Implement support for Highlight annotations
This commit is contained in:
parent
8ed369211a
commit
6ef7120a04
6 changed files with 58 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -204,3 +204,4 @@
|
|||
!annotation-underline.pdf
|
||||
!annotation-strikeout.pdf
|
||||
!annotation-squiggly.pdf
|
||||
!annotation-highlight.pdf
|
||||
|
|
BIN
test/pdfs/annotation-highlight.pdf
Normal file
BIN
test/pdfs/annotation-highlight.pdf
Normal file
Binary file not shown.
|
@ -2667,6 +2667,13 @@
|
|||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "annotation-highlight",
|
||||
"file": "pdfs/annotation-highlight.pdf",
|
||||
"md5": "e13e198e3a69c32dc9ebdc704d3105e1",
|
||||
"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