https://bugs.kde.org/show_bug.cgi?id=423150
--- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit c77027bbae9e8c4d26a8eb364d5df7ff99d65cd9 by Dmitry Kazakov. Committed on 26/06/2020 at 15:36. Pushed by dkazakov into branch 'master'. Fix cloning of a stroke layers style with "center" position It was obviously a copy-paste mistake :) M +9 -1 libs/image/layerstyles/kis_layer_style_projection_plane.cpp https://invent.kde.org/graphics/krita/commit/c77027bbae9e8c4d26a8eb364d5df7ff99d65cd9 --- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit ea9daff5a71a1fb817c87778d88129c2a462ea07 by Dmitry Kazakov. Committed on 26/06/2020 at 15:36. Pushed by dkazakov into branch 'master'. Fix cloning of stroke layer style KisLayerStyleKnockoutBlower should clone the internal selection as well. M +10 -0 libs/image/layerstyles/KisLayerStyleKnockoutBlower.cpp M +3 -0 libs/image/layerstyles/KisLayerStyleKnockoutBlower.h M +1 -0 libs/image/layerstyles/kis_layer_style_filter_projection_plane.cpp https://invent.kde.org/graphics/krita/commit/ea9daff5a71a1fb817c87778d88129c2a462ea07 --- Comment #9 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit a37cbcec401cab859c240037e3f377e12dbbd757 by Dmitry Kazakov. Committed on 26/06/2020 at 15:40. Pushed by dkazakov into branch 'master'. Fix a thread-safety problem in Stroke layer style It should not write into a knockout-selection outside its applyRect, becasue there are no thread-safety guarantees outside it. # Conflicts: # libs/image/layerstyles/kis_ls_stroke_filter.cpp M +15 -14 libs/image/layerstyles/kis_ls_stroke_filter.cpp https://invent.kde.org/graphics/krita/commit/a37cbcec401cab859c240037e3f377e12dbbd757 -- You are receiving this mail because: You are watching all bug changes.