Table of Contents

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

Platform What's New
🍎 Apple Fixed SKRect/CGRect interop
🪟 Windows Cleaned up Uno WinUI package metadata
📺 Tizen Updated graphics backend engine

Community Contributors ❤️

Contributor What They Did
@jeromelaban Removed an unused native library block from the Uno WinUI package
@myroot Updated the Tizen graphics backend engine