Skip to content

Version 1.53.0

Compare
Choose a tag to compare
@mattleibow mattleibow released this 01 Aug 16:16

Changes

  • NEW SKPathEffect
  • NEW SKPath now has additional members (3)
  • NEW SKPath can now be iterated over
  • NEW SKCodec (1)
  • NEW SkiaSharp can now load Adobe DNG image formats
  • NEW SKPoint and SKMatrix now have many more members
  • NEW SKCanvas now has transformations using a center point
  • NEW SKCanvas can now draw additional shapes
  • NEW SKTypeface can now be created with additional options
  • CHANGED SKColorType.N_32 is now replaced with SKImageInfo.PlatformColorType (2)
  • REMOVED SKImageDecoder (1)
  • FIX Corrected many memory issues

NuGet: https://www.nuget.org/packages/SkiaSharp/1.53.0

Notes

Note 1

The SKImageDecoder type is now replaced with SKCodec, which .

Note 2

The platform-specific SKColorType is no longer part of the enum, but as a static property on the SKImageInfo type. This is to reduce confusion because the platform-specific value was not actually a separate value.

Note 3

The SKPath type now includes several additional members to aid path creation: ArcTo, RArcTo, Rewind, Reset, AddPath, AddRoundedRect and AddCircle.