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

Button widget annotations: implement support for pushbuttons

This commit is contained in:
Tim van der Meij 2017-11-20 23:00:19 +01:00
parent 6f52fafdc0
commit 0fe80df2a7
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
6 changed files with 100 additions and 39 deletions

View file

@ -19,7 +19,8 @@
position: absolute;
}
.annotationLayer .linkAnnotation > a {
.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
opacity: 0.2;
background: #ff0;
box-shadow: 0px 2px 10px #ff0;

View file

@ -0,0 +1 @@
https://web.archive.org/web/20171003035412/https://www.cs.utexas.edu/users/EWD/ewd02xx/EWD288.PDF

View file

@ -3717,6 +3717,16 @@
"type": "eq",
"annotations": true
},
{ "id": "issue4872",
"file": "pdfs/issue4872.pdf",
"md5": "21c6cbc682140d6f6017bbeb45892053",
"rounds": 1,
"link": true,
"firstPage": 1,
"lastPage": 1,
"type": "eq",
"annotations": true
},
{ "id": "issue6108",
"file": "pdfs/issue6108.pdf",
"md5": "8961cb55149495989a80bf0487e0f076",