diff --git a/src/ImageSharp/GraphicsOptions.cs b/src/ImageSharp/GraphicsOptions.cs index ff54b8df9..4d8c41212 100644 --- a/src/ImageSharp/GraphicsOptions.cs +++ b/src/ImageSharp/GraphicsOptions.cs @@ -31,6 +31,7 @@ public class GraphicsOptions : IDeepCloneable /// /// Gets or sets a value indicating whether antialiasing should be applied. /// When , edges are rendered with smooth sub-pixel coverage. + /// When , coverage is snapped to binary (fully opaque or fully transparent). /// Defaults to . /// public bool Antialias { get; set; } = true;