1072643169 master - #2090
Conversation
Fixes 1984
…to 1072643169-master
|
Thanks for your contribution! The build and test process is starting. This may take a while. All packages have been packed successfully! 📦✅ The packages will be available for 30 days, you can either use them directly, or wait for this PR to be merged to have them published to NuGet.org. Tests will start now, you can monitor their progress below or at the actions tab. Test Results Summary (Failure) ❌ 😥
0 skipped. |
There was a problem hiding this comment.
Pull request overview
Updates SkiaSharp rendering startup behavior to prevent transparent chart backgrounds (particularly in Avalonia) from clearing the underlying OS surface and visually “punching through” to the desktop (issue #1984).
Changes:
- Wraps the initial
Canvas.Clear(Background)call in aSaveLayer()/Restore()pair to isolate clears from the underlying surface.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@beto-rodriguez I've opened a new pull request, #2091, to work on those changes. Once the pull request is ready, I'll request review from you. |
Fixes #1984, merges #1985 to dev, just to run the new tests that were not available when #1984 was created.