https://bugs.kde.org/show_bug.cgi?id=436422
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/0a0bc25 |hics/krita/-/commit/98b0868 |3b238594c25875d6a5f83a493ba |395bc523251fc7a3f1970f27922 |c25af9 |4555a9 --- Comment #23 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 98b0868395bc523251fc7a3f1970f279224555a9 by Dmitry Kazakov. Committed on 08/09/2023 at 17:15. Pushed by dkazakov into branch 'master'. Fix artifacts when using assistants in images with high DPI The start-stroke-threshold should be measured in screen-px, not in pt, which might be quite big in hires images. M +3 -1 libs/ui/kis_painting_assistant.h M +11 -4 libs/ui/kis_painting_assistants_decoration.cpp M +3 -3 libs/ui/tests/kis_painting_assistants_decoration_test.cpp M +5 -7 plugins/assistants/Assistants/ConcentricEllipseAssistant.cc M +2 -2 plugins/assistants/Assistants/ConcentricEllipseAssistant.h M +1 -1 plugins/assistants/Assistants/EllipseAssistant.cc M +1 -1 plugins/assistants/Assistants/EllipseAssistant.h M +4 -7 plugins/assistants/Assistants/FisheyePointAssistant.cc M +2 -2 plugins/assistants/Assistants/FisheyePointAssistant.h M +6 -6 plugins/assistants/Assistants/InfiniteRulerAssistant.cc M +2 -2 plugins/assistants/Assistants/InfiniteRulerAssistant.h M +5 -5 plugins/assistants/Assistants/ParallelRulerAssistant.cc M +2 -2 plugins/assistants/Assistants/ParallelRulerAssistant.h M +5 -9 plugins/assistants/Assistants/PerspectiveAssistant.cc M +2 -2 plugins/assistants/Assistants/PerspectiveAssistant.h M +1 -1 plugins/assistants/Assistants/PerspectiveEllipseAssistant.cc M +1 -1 plugins/assistants/Assistants/PerspectiveEllipseAssistant.h M +1 -1 plugins/assistants/Assistants/RulerAssistant.cc M +1 -1 plugins/assistants/Assistants/RulerAssistant.h M +1 -1 plugins/assistants/Assistants/SplineAssistant.cc M +1 -1 plugins/assistants/Assistants/SplineAssistant.h M +1 -1 plugins/assistants/Assistants/TwoPointAssistant.cc M +1 -1 plugins/assistants/Assistants/TwoPointAssistant.h M +5 -5 plugins/assistants/Assistants/VanishingPointAssistant.cc M +2 -2 plugins/assistants/Assistants/VanishingPointAssistant.h https://invent.kde.org/graphics/krita/-/commit/98b0868395bc523251fc7a3f1970f279224555a9 -- You are receiving this mail because: You are watching all bug changes.