Page 1 of 1

Highlighting overlap increases intensity

Posted: Wed Feb 18, 2015 3:58 pm
by hsrstud
I ran into this issue previously when using an earlier version of Viewer. Sometimes I highlight a portion of a paragraph and then decide I want to highlight more of the paragraph. Instead of deleting the existing highlighting, to save time, I just highlight the remainder of the text, but at the point where the two highlighted sections join and slightly overlap, the intensity of the highlighting increases. In other words, if I'm using a lighter shade of yellow to highlight, at the point where the two highlighted sections meet, the shade of yellow is brighter. Would you please consider modifying Editor, so that it treates overlapped highlighting the same as in the current version of Viewer, in which overlaps do not increase the intensity of the highlighting? Thanks!

Re: Highlighting overlap increases intensity

Posted: Wed Feb 18, 2015 4:13 pm
by Tracker Supp-Stefan
Hello hsrstud,

Can you please go to Help -> About in the Editor and make sure it shows build 312.1 there?
With that latest build I am unable to reproduce the issue. The overlapped area is just as saturated as the rest of both highlights.

Also - is the background of your page white or another colour? And by "using a lighter shaede of yellow" - are you actually changing the colour to a lighter yellow or increasing the transparency of the highlight object?

Regards,
Stefan

Re: Highlighting overlap increases intensity

Posted: Thu Feb 19, 2015 11:02 pm
by hsrstud
I'm using build 312.1. The background of the page is white (it happens on all pdfs with white backgrounds that I have tried thus far). I am changing the color to a lighter shade of yellow, not modifying the transparency. I've attached a pdf that shows the highlighting issue, in case this might help. I'm not sure whether this will show on your machine if you have not seen the issue thus far on your machine. I would also send a screen shot, but the file attachment feature does not appear to allow uploads of images. The overalp occurs between the words "Figures" and "only." in the attached.

Re: Highlighting overlap increases intensity

Posted: Thu Feb 19, 2015 11:56 pm
by Patrick-Tracker Supp
Hello hsrstud,

Thank you for posting that. After some further testing here, I was able to reproduce the issue. It seems that most colours are effected by this. I have created an internal development ticket to help track the status of this issue. Please reference RT#2940 when requesting an update to this ticket.

Thank you for your patience and understanding while we work to resolve this.

Cheers!

Re: Highlighting overlap increases intensity

Posted: Fri Feb 20, 2015 12:07 am
by hsrstud
Sounds good. I'm glad you were able to reproduce the effect.

Re: Highlighting overlap increases intensity

Posted: Fri Feb 20, 2015 12:11 am
by Patrick-Tracker Supp
We will post back here when we have some news regarding this :)

Re: Highlighting overlap increases intensity

Posted: Thu Feb 26, 2015 1:19 am
by Ivan - Tracker Software
It is not a bug.
Highlight annotation by default uses blend mode "Multiply" for rendering.
It means that during rendering each pixel does not replace existing one (as in blend mode "Normal"), but instead it is multiplied with existing one before replace it.

So, when you place multiply highlights on top of each other, in result you will have combination of their colors.
If that is not you want, you can try change blend mode for these annotations (see Properties toolbar or Properties panel).

HTH