Version 1.53.0
Changes
NEW
SKPathEffect
NEW
SKPath
now has additional members (3)NEW
SKPath
can now be iterated overNEW
SKCodec
(1)NEW
SkiaSharp can now load Adobe DNG image formatsNEW
SKPoint
andSKMatrix
now have many more membersNEW
SKCanvas
now has transformations using a center pointNEW
SKCanvas
can now draw additional shapesNEW
SKTypeface
can now be created with additional optionsCHANGED
SKColorType.N_32
is now replaced withSKImageInfo.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
.