mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Merge pull request #6813 from timvandermeij/underline-annotation
Implement support for Underline annotations
This commit is contained in:
commit
b32cdf5836
6 changed files with 61 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -201,3 +201,4 @@
|
|||
!openoffice.pdf
|
||||
!annotation-link-text-popup.pdf
|
||||
!annotation-text-without-popup.pdf
|
||||
!annotation-underline.pdf
|
||||
|
|
BIN
test/pdfs/annotation-underline.pdf
Normal file
BIN
test/pdfs/annotation-underline.pdf
Normal file
Binary file not shown.
|
@ -2638,6 +2638,13 @@
|
|||
"annotations": true,
|
||||
"about": "Text annotation without a separate Popup annotation"
|
||||
},
|
||||
{ "id": "annotation-underline",
|
||||
"file": "pdfs/annotation-underline.pdf",
|
||||
"md5": "c24b3aba771de52f9bac25e854c39458",
|
||||
"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