documentation/docfx/releases/1.60.0.md
Skia m60 upgrade with new platform support · Released February 23, 2018 · NuGet · GitHub Release
SkiaSharp 1.60.0 upgrades to Skia milestone 60, bringing major improvements to GPU-backed rendering and texture-based surfaces. This release also introduces preview support for Apple watchOS and GTK#, and cleans up the API surface by removing previously obsoleted types and members.
[Obsolete]. Code referencing these removed APIs will need to migrate to their recommended replacements.SKCanvas overloads that could produce unexpected results.SKImage instances.SKStream implementations can now be created using SKAbstractManagedStream.Peek() method to SKStream.SKCanvas overloads to improve usability.SKGLTextureView.SKShaper for text shaping and DrawShapedText extension methods on SKCanvas.SKPaint.BreakText to properly return character count and split text.| Platform | What's New |
|---|---|
| 🍎 watchOS | New preview support for Apple watchOS |
| 🤖 Android | New SKGLTextureView; SKGLView now uses texture-based rendering |
| 🐧 Linux / GTK# | New SKWidget for GTK# (preview) |
| 🪟 Windows / WPF | DPI fix for backing bitmap; improved UWP touch events |
| 🪟 Windows | Unicode path support for streams, images, and documents |