Version 1.53.1.2
Canvas from bitmap and Windows Store certification fix · Released August 24, 2016 · NuGet · GitHub Release
Highlights
Adds the ability to create an SKCanvas directly from an SKBitmap, expands SKPaint and SKPath with additional members, and fixes Windows Store App certification compliance.
Breaking Changes
None in this release.
New Features
API Surface
SKCanvasfromSKBitmap— A canvas can now be created directly from a bitmap for in-memory drawing operations.- Additional
SKPaintmembers — New members added toSKPaintfor more control over painting behavior. - Additional
SKPathmembers — New members added toSKPathfor expanded path construction.
Bug Fixes
- Windows Store App certification failure — Resolved an issue that caused SkiaSharp to violate Windows Store App certification requirements. (#129)
- C/C# interop fixes — Several fixes to the C/C# interop layer for improved stability.
Platform Support
| Platform | What's New |
|---|---|
| 🪟 Windows | Fixed Windows Store App certification compliance |