Table of Contents

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

  • SKCanvas from SKBitmap — A canvas can now be created directly from a bitmap for in-memory drawing operations.
  • Additional SKPaint members — New members added to SKPaint for more control over painting behavior.
  • Additional SKPath members — New members added to SKPath for 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