mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Implement support for StrikeOut annotations
This commit is contained in:
parent
b32cdf5836
commit
c5f4b9750e
6 changed files with 61 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -202,3 +202,4 @@
|
|||
!annotation-link-text-popup.pdf
|
||||
!annotation-text-without-popup.pdf
|
||||
!annotation-underline.pdf
|
||||
!annotation-strikeout.pdf
|
||||
|
|
BIN
test/pdfs/annotation-strikeout.pdf
Normal file
BIN
test/pdfs/annotation-strikeout.pdf
Normal file
Binary file not shown.
|
@ -2645,6 +2645,13 @@
|
|||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "annotation-strikeout",
|
||||
"file": "pdfs/annotation-strikeout.pdf",
|
||||
"md5": "6624e6b5bedd2f2855b6ab12bbf93c57",
|
||||
"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