https://bugs.kde.org/show_bug.cgi?id=470862

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/-/commit/17cf66d
                   |                            |4952274457d9a2560d674ccc68e
                   |                            |aa66bd
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 17cf66d4952274457d9a2560d674ccc68eaa66bd by Dmitry Kazakov.
Committed on 27/06/2023 at 12:18.
Pushed by dkazakov into branch 'master'.

Fix a hangup when rendering a layer with shadow **and** transparency mask

If the transparency mask fully crops the processed area, then null
rect is returned. There is no need to add a shadow to a null rect,
because it will add a QRect(0,0,~20,~20) to **every** processed area,
effectively making **every** worker to process the entire image.

M  +1    -1    libs/image/layerstyles/kis_layer_style_projection_plane.cpp

https://invent.kde.org/graphics/krita/-/commit/17cf66d4952274457d9a2560d674ccc68eaa66bd

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to