1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 09:08:07 +02:00

Merge pull request #6819 from timvandermeij/strikeout-annotation

Implement support for StrikeOut annotations
This commit is contained in:
Jonas Jenwald 2015-12-30 14:44:50 +01:00
commit d956177482
6 changed files with 61 additions and 0 deletions

View file

@ -202,3 +202,4 @@
!annotation-link-text-popup.pdf
!annotation-text-without-popup.pdf
!annotation-underline.pdf
!annotation-strikeout.pdf

Binary file not shown.

View file

@ -2653,6 +2653,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",