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

This commit is contained in:
Tim van der Meij 2017-09-17 20:18:22 +02:00
parent c84c23c4cb
commit 99b17a494d
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 88 additions and 1 deletions

View file

@ -191,6 +191,7 @@
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
cursor: pointer;