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 #6819 from timvandermeij/strikeout-annotation

Implement support for StrikeOut annotations
This commit is contained in:
Jonas Jenwald 2015-12-30 14:44:50 +01:00
commit d956177482
6 changed files with 61 additions and 0 deletions

View file

@ -72,3 +72,7 @@
.annotationLayer .underlineAnnotation {
cursor: pointer;
}
.annotationLayer .strikeoutAnnotation {
cursor: pointer;
}