https://bugs.kde.org/show_bug.cgi?id=434938
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/6e79707 |hics/krita/-/commit/ebd8a65 |c5df420bafa5e56bd7d047ba8e3 |b6a89b39768984a7821c8aceaac |14c1ec |ff881b --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit ebd8a65b6a89b39768984a7821c8aceaacff881b by Dmitry Kazakov. Committed on 13/12/2024 at 08:52. Pushed by dkazakov into branch 'krita/5.2'. Fix artifacts when painting under a gaussian blus layer in WA-mode Our filter layers and masks do not wrap-around their content. It is done by-design. Because if they do, 1) Switching WA mode will have to regenerate the image projection, i.e. it will have to behave like "isolated mode", which causes issues on saving. Right now WA-mode is purely view-based transformation that doesn't influence how the image is rendered. 2) If we do wrapping for WA-mode, we'll also have to define it in some way for transformation masks and clone layers with offset. And it opens a rabbit hole. I have no idea how clone layers should behave in WA-mode :) tldr; if you want to apply a gaussian blur filter in WA-mode, just apply that using "Filter" menu. Only "image modification actions" do actually support WA-mode. Layers know nothing about WA-mode. M +1 -1 libs/image/kis_convolution_painter.cc https://invent.kde.org/graphics/krita/-/commit/ebd8a65b6a89b39768984a7821c8aceaacff881b -- You are receiving this mail because: You are watching all bug changes.