changelogs/SkiaSharp/1.58.1/SkiaSharp.md
Removed properties:
public bool DisableDistanceFieldPaths { get; set; }
public bool ForceSoftwarePathMasks { get; set; }
Added properties:
public bool DisableGpuYuvConversion { get; set; }
public GRContextOptionsGpuPathRenderers GpuPathRenderers { get; set; }
public bool SuppressPathRendering { get; set; }
Added methods:
public static SKRectI Ceiling (SKRect value, bool outwards);
public static SKRectI Floor (SKRect value);
public static SKRectI Floor (SKRect value, bool inwards);
[Serializable]
public enum GRContextOptionsGpuPathRenderers {
AaConvex = 16,
AaHairline = 8,
AaLinearizing = 32,
All = 1023,
DashLine = 1,
Default = 512,
DistanceField = 128,
Msaa = 4,
None = 0,
Pls = 64,
StencilAndCover = 2,
Tessellating = 256,
}