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

Add support of Ink annotation

This commit is contained in:
Simon Leblanc 2018-09-30 16:29:16 +02:00
parent 1cfb723dd4
commit b5806735d8
7 changed files with 173 additions and 1 deletions

View file

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