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

Implement support for StrikeOut annotations

This commit is contained in:
Tim van der Meij 2015-12-29 15:09:28 +01:00
parent b32cdf5836
commit c5f4b9750e
6 changed files with 61 additions and 0 deletions

View file

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