documentation/docfx/releases/2.88.5.md
Uno Platform and rectangle conversion fixes · Released August 23, 2023 · NuGet · GitHub Release
SkiaSharp 2.88.5 is a targeted patch release that fixes canvas rendering issues on the Uno Platform (including WebAssembly) and corrects outward rounding when converting SKRect to SKRectI. One community contributor drove two of the three fixes.
None in this release.
SKXamlCanvas on WebAssembly no longer throws when the underlying canvas element cannot be found. ❤️ @jeromelaban (#2564)SKRect to SKRectI rounding — SKRect now floors outward correctly when converting to SKRectI, preventing off-by-one pixel clipping. (#2574)| Platform | What's New |
|---|---|
| 🌐 WebAssembly | Canvas lookup failure fix for WASM targets |
| 🎨 Core API | Correct outward rounding for SKRect → SKRectI conversion |
| Contributor | What They Did |
|---|---|
| @jeromelaban | Uno canvas context fix; WASM canvas lookup fix |