https://bugs.kde.org/show_bug.cgi?id=398691
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/227782b46d72d8 | |2d4aeb6e016f62d81ea3c0ab57 Status|RESOLVED |CONFIRMED Resolution|FIXED |--- Latest Commit|https://invent.kde.org/kde/ | |krita/commit/227782b46d72d8 | |2d4aeb6e016f62d81ea3c0ab57 | --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 227782b46d72d82d4aeb6e016f62d81ea3c0ab57 by Dmitry Kazakov. Committed on 02/10/2019 at 19:41. Pushed by dkazakov into branch 'master'. Fix "Stroke" Layer Style width not to be doubled Stroke still doesn't generate exactly the same result as in PS, because in PS it uses a bit different way of blending (it removes the part of the original layer, or just uses COMPOSITE_COPY). M +2 -2 libs/image/kis_gaussian_kernel.cpp M +13 -6 libs/image/layerstyles/kis_ls_stroke_filter.cpp https://invent.kde.org/kde/krita/commit/227782b46d72d82d4aeb6e016f62d81ea3c0ab57 --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit d3f2c8f26517d0d08cd10c2c9e939cc0a7a0a553 by Dmitry Kazakov. Committed on 03/10/2019 at 12:49. Pushed by dkazakov into branch 'master'. Fix Stroke layer style to be applies directly onto backround In ASL imlementation Stroke is applied to the background, not to the layer itself. M +1 -0 libs/image/CMakeLists.txt A +46 -0 libs/image/layerstyles/KisLayerStyleKnockoutBlower.cpp [License: GPL (v2+)] A +40 -0 libs/image/layerstyles/KisLayerStyleKnockoutBlower.h [License: GPL (v2+)] M +2 -0 libs/image/layerstyles/kis_layer_style_filter.h M +8 -0 libs/image/layerstyles/kis_layer_style_filter_projection_plane.cpp M +3 -0 libs/image/layerstyles/kis_layer_style_filter_projection_plane.h M +65 -22 libs/image/layerstyles/kis_layer_style_projection_plane.cpp M +5 -3 libs/image/layerstyles/kis_ls_bevel_emboss_filter.cpp M +1 -0 libs/image/layerstyles/kis_ls_bevel_emboss_filter.h M +2 -0 libs/image/layerstyles/kis_ls_drop_shadow_filter.cpp M +1 -0 libs/image/layerstyles/kis_ls_drop_shadow_filter.h M +2 -0 libs/image/layerstyles/kis_ls_overlay_filter.cpp M +1 -0 libs/image/layerstyles/kis_ls_overlay_filter.h M +2 -0 libs/image/layerstyles/kis_ls_satin_filter.cpp M +1 -0 libs/image/layerstyles/kis_ls_satin_filter.h M +14 -12 libs/image/layerstyles/kis_ls_stroke_filter.cpp M +2 -0 libs/image/layerstyles/kis_ls_stroke_filter.h https://invent.kde.org/kde/krita/commit/d3f2c8f26517d0d08cd10c2c9e939cc0a7a0a553 -- You are receiving this mail because: You are watching all bug changes.