ai-dev-gallery icon indicating copy to clipboard operation
ai-dev-gallery copied to clipboard

Fixed memory management issues in OpacityMaskView

Open HotCakeX opened this issue 3 months ago • 0 comments

OpacityMaskView wasn't handling resources properly on unload, causing memory leaks and also changing

private static CompositionBrush GetVisualBrush(UIElement element)

to

   private static CompositionSurfaceBrush GetVisualBrush(UIElement element)

improves performance.

HotCakeX avatar Sep 28 '25 18:09 HotCakeX