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/ |https://invent.kde.org/kde/ |krita/commit/a126dca4f7084c |krita/commit/667389cf997506 |6625f1c3a315c328729b9e8b69 |0a3f9ef977d7ea12e64bb733f2 --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 667389cf9975060a3f9ef977d7ea12e64bb733f2 by Dmitry Kazakov. Committed on 08/05/2020 at 23:20. Pushed by dkazakov into branch 'krita/4.3'. 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/667389cf9975060a3f9ef977d7ea12e64bb733f2 -- You are receiving this mail because: You are watching all bug changes.