mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Rotate annotations based on the MK::R value (bug 1675139)
- it aims to fix: https://bugzilla.mozilla.org/show_bug.cgi?id=1675139; - An annotation can be rotated (counterclockwise); - the rotation can be set in using JS.
This commit is contained in:
parent
54777b42c2
commit
cdc58b7a52
10 changed files with 562 additions and 78 deletions
|
@ -51,6 +51,7 @@
|
|||
text-align: initial;
|
||||
pointer-events: auto;
|
||||
box-sizing: border-box;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.annotationLayer .linkAnnotation > a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue