1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Implement support for polygon annotations

This commit is contained in:
Tim van der Meij 2017-09-23 16:50:49 +02:00
parent 99b17a494d
commit 8ccad276b2
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 32 additions and 3 deletions

View file

@ -192,6 +192,7 @@
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
cursor: pointer;