Version 1.58.1
1.58 servicing release · Released June 30, 2017 · NuGet · GitHub Release
API changes · SkiaSharp API diff
Highlights
SkiaSharp 1.58.1 is a servicing update on the 1.58 line with a small Skia refresh.
Breaking Changes
- GRContextOptions loses DisableDistanceFieldPaths and ForceSoftwarePathMasks — The
DisableDistanceFieldPathsandForceSoftwarePathMasksproperties onGRContextOptionswere removed upstream. Callers should drop the assignments — path rendering picks the right strategy automatically.