mono / SkiaSharp.Extended

SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
https://mono.github.io/SkiaSharp.Extended
MIT License
218 stars 69 forks source link

Avoid memory leaks in the timers #267

Closed mattleibow closed 2 months ago

mattleibow commented 2 months ago

Description of Change

Fix the memory leak in the animated view. The timer was capturing the view and the entire hierarchy in a static timer.

Bugs Fixed

API Changes

Behavioral Changes

PR Checklist