1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 23:58:07 +02:00

Implement rendering line annotations without appearance stream

This commit is contained in:
Tim van der Meij 2021-02-28 18:51:37 +01:00
parent d6e0b2d92e
commit 5828ff6cb0
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
4 changed files with 36 additions and 3 deletions

View file

@ -393,6 +393,7 @@
!issue12418_reduced.pdf
!annotation-freetext.pdf
!annotation-line.pdf
!annotation-line-without-appearance.pdf
!bug1669099.pdf
!annotation-square-circle.pdf
!annotation-square-circle-without-appearance.pdf

Binary file not shown.

View file

@ -4717,6 +4717,13 @@
"type": "eq",
"annotations": true
},
{ "id": "annotation-line-without-appearance",
"file": "pdfs/annotation-line-without-appearance.pdf",
"md5": "1f60935b2a7719ce40616af60fc308a2",
"rounds": 1,
"annotations": true,
"type": "eq"
},
{ "id": "annotation-square-circle",
"file": "pdfs/annotation-square-circle.pdf",
"md5": "cfd3c302f68d61e1d55ed9c7896046c3",