https://bugs.kde.org/show_bug.cgi?id=436422
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/0a0bc25 | |3b238594c25875d6a5f83a493ba | |c25af9 Resolution|--- |FIXED --- Comment #22 from Dmitry Kazakov <[email protected]> --- Git commit 0a0bc253b238594c25875d6a5f83a493bac25af9 by Dmitry Kazakov. Committed on 08/09/2023 at 17:14. Pushed by dkazakov into branch 'krita/5.2'. 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/0a0bc253b238594c25875d6a5f83a493bac25af9 -- You are receiving this mail because: You are watching all bug changes.
