mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Implement rendering square/circle annotations without appearance stream
This commit is contained in:
parent
8e74278b65
commit
fa6cebf045
4 changed files with 150 additions and 31 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -395,6 +395,7 @@
|
|||
!annotation-line.pdf
|
||||
!bug1669099.pdf
|
||||
!annotation-square-circle.pdf
|
||||
!annotation-square-circle-without-appearance.pdf
|
||||
!annotation-stamp.pdf
|
||||
!annotation-fileattachment.pdf
|
||||
!annotation-text-widget.pdf
|
||||
|
|
BIN
test/pdfs/annotation-square-circle-without-appearance.pdf
Normal file
BIN
test/pdfs/annotation-square-circle-without-appearance.pdf
Normal file
Binary file not shown.
|
@ -4724,6 +4724,13 @@
|
|||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "annotation-square-circle-without-appearance",
|
||||
"file": "pdfs/annotation-square-circle-without-appearance.pdf",
|
||||
"md5": "5b2a5e1e918137993d26a0cd8b0947f6",
|
||||
"rounds": 1,
|
||||
"annotations": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "annotation-stamp",
|
||||
"file": "pdfs/annotation-stamp.pdf",
|
||||
"md5": "0a04d7ce1ad103cb3c033d26855d6ec7",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue