Replies: 1 comment 1 reply
-
Yep we know this issue... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As a first step, I have tried to achieve that by making
this.data.hasOwnCanvas = true;
inannotation.js
to separate the highlight annotations canvases from the rest of the pdf rendered content, but the problem is the highlight effect now covers the entire highlighted text (saved highlighted text).(Attached images have applied sepia and brightness filters to the entire pdf.js app. The higlight color is default
#FFFF98
andfill-opacity="1"
by default).This image is obtained based on default configuration of


class HighlightAnnotation
:This image is obtained after
this.data.hasOwnCanvas = true;
:Beta Was this translation helpful? Give feedback.
All reactions