https://bugs.kde.org/show_bug.cgi?id=488025
Noah Davis <noaha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/spectacle/-/commit/dd2 | |231b5b33cc8d124b68eeeacee19 | |f20cc009b1 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Noah Davis <noaha...@gmail.com> --- Git commit dd2231b5b33cc8d124b68eeeacee19f20cc009b1 by Noah Davis. Committed on 05/06/2024 at 17:23. Pushed by ndavis into branch 'master'. AnnotationDocument: Fix highlighter tool not blending with base image Previously, the graphics were split into a base image and an annotations image. The change helped to improve CPU performance by not repainting the base image so much, but it messed up the highlighter effect. The highlighter needs to be blended with the base image in order to work correctly. Now the base image is blended into the annotations image in places where the highlighter is used. This will probably hurt performance somewhat, but it doesn't seem too bad so far. M +30 -1 src/Gui/Annotations/AnnotationDocument.cpp https://invent.kde.org/graphics/spectacle/-/commit/dd2231b5b33cc8d124b68eeeacee19f20cc009b1 -- You are receiving this mail because: You are watching all bug changes.