Back to Skiasharp

Version 2.88.2

documentation/docfx/releases/2.88.2.md

4.150.02.7 KB
Original Source
<!-- RAW PR DATA — Do not remove this comment block. AI uses this data to generate the polished release notes below. Re-run the script to refresh this data from git history. Generated: 2026-06-17T23:56:09Z by generate-release-notes.py version: 2.88.2 status: stable branch: release/2.88.2 diff: release/2.88.1..release/2.88.2 prs: 3 api: self=2.88.2/index.md;hb=2.8.2.2 - Convert SKRect to CGRect correctly by @mattleibow in https://github.com/mono/SkiaSharp/pull/2243 - fix: Remove unused native library block from SkiaSharp.Views.Uno.WinUI by @jeromelaban in https://github.com/mono/SkiaSharp/pull/2231 [community ✨] - [Tizen] Change tizen graphics backend engine by @myroot in https://github.com/mono/SkiaSharp/pull/2225 [community ✨] --> <!-- Generated: 2026-06-18T00:00:00Z by claude-sonnet-4.5 -->

Version 2.88.2

Targeted platform fixes · Released September 8, 2022 · NuGet · GitHub Release

API changes · SkiaSharp API diff · HarfBuzzSharp 2.8.2.2

Highlights

SkiaSharp 2.88.2 is a small servicing release with three focused fixes: better Apple rectangle interop, a cleanup for Uno WinUI packaging, and an updated Tizen graphics backend.

Breaking Changes

None in this release.

Bug Fixes

  • Correct SKRect to CGRect conversion — Fixes an Apple interop issue when converting managed rectangles to CoreGraphics rectangles. (#2243)
  • Cleaner Uno WinUI package contents — Removes an unused native library block from SkiaSharp.Views.Uno.WinUI. ❤️ @jeromelaban (#2231)
  • Updated Tizen graphics backend — Switches the Tizen graphics backend engine used by the views package. ❤️ @myroot (#2225)

Platform Support

PlatformWhat's New
🍎 AppleFixed SKRect/CGRect interop
🪟 WindowsCleaned up Uno WinUI package metadata
📺 TizenUpdated graphics backend engine

Community Contributors ❤️

ContributorWhat They Did
@jeromelabanRemoved an unused native library block from the Uno WinUI package
@myrootUpdated the Tizen graphics backend engine