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 #6813 from timvandermeij/underline-annotation

Implement support for Underline annotations
This commit is contained in:
Jonas Jenwald 2015-12-28 23:48:31 +01:00
commit b32cdf5836
6 changed files with 61 additions and 0 deletions

View file

@ -201,3 +201,4 @@
!openoffice.pdf
!annotation-link-text-popup.pdf
!annotation-text-without-popup.pdf
!annotation-underline.pdf

Binary file not shown.

View file

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