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 Squiggly annotations

This commit is contained in:
Tim van der Meij 2015-12-30 15:28:26 +01:00
parent d956177482
commit 34918a6666
6 changed files with 58 additions and 4 deletions

View file

@ -203,3 +203,4 @@
!annotation-text-without-popup.pdf
!annotation-underline.pdf
!annotation-strikeout.pdf
!annotation-squiggly.pdf

Binary file not shown.

View file

@ -2660,6 +2660,13 @@
"type": "eq",
"annotations": true
},
{ "id": "annotation-squiggly",
"file": "pdfs/annotation-squiggly.pdf",
"md5": "38661e731ac6c525af5894d2d20c6e71",
"rounds": 1,
"type": "eq",
"annotations": true
},
{ "id": "issue6108",
"file": "pdfs/issue6108.pdf",
"md5": "8961cb55149495989a80bf0487e0f076",