1
0
Fork 0
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:
Tim van der Meij 2016-01-01 15:31:46 +01:00
parent 8ed369211a
commit 6ef7120a04
6 changed files with 58 additions and 0 deletions

View file

@ -204,3 +204,4 @@
!annotation-underline.pdf
!annotation-strikeout.pdf
!annotation-squiggly.pdf
!annotation-highlight.pdf

Binary file not shown.

View file

@ -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",