https://bugs.kde.org/show_bug.cgi?id=413126
Ahab Greybeard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |k --- Comment #1 from Ahab Greybeard <[email protected]> --- You may get improved performance by using a filter layer instead of a mask, so you don't have the masking operations performed at the same time. You can group your paint layer and put a filter mask on top of it to limit the filter scope and you can also apply a transparency mask to the group layer. That way, any transforms/moves will only be applied to the paint layer. If you actually want the transforms/moves to be applied to the mask components then I've misunderstood what you're trying to do. -- You are receiving this mail because: You are watching all bug changes.
