https://bugs.kde.org/show_bug.cgi?id=407868
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/a126dca4f7084c | |6625f1c3a315c328729b9e8b69 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit a126dca4f7084c6625f1c3a315c328729b9e8b69 by Dmitry Kazakov. Committed on 08/05/2020 at 23:19. Pushed by dkazakov into branch 'master'. Fix artifacts in outlines of small selections I had to rewrite the outline generation algorithm to fix three issues: 1) The start point should not be duplicated 2) End point should be the same as the start point 3) There should be no artifacts on "internal selection holes" M +41 -35 libs/image/kis_outline_generator.cpp M +1 -1 libs/image/kis_outline_generator.h M +213 -1 libs/image/tests/kis_pixel_selection_test.cpp M +2 -0 libs/image/tests/kis_pixel_selection_test.h https://invent.kde.org/kde/krita/commit/a126dca4f7084c6625f1c3a315c328729b9e8b69 -- You are receiving this mail because: You are watching all bug changes.