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:
parent
b32cdf5836
commit
c5f4b9750e
6 changed files with 61 additions and 0 deletions
|
@ -72,3 +72,7 @@
|
|||
.annotationLayer .underlineAnnotation {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.annotationLayer .strikeoutAnnotation {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue