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

Merge pull request #8228 from timvandermeij/line-annotations

Implement support for line annotations
This commit is contained in:
Tim van der Meij 2017-04-13 00:18:31 +02:00 committed by GitHub
commit 32e01cda96
7 changed files with 139 additions and 24 deletions

View file

@ -143,6 +143,7 @@
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .fileAttachmentAnnotation {
cursor: pointer;
}