From 0b9f1630c08c2a4e408997ab1c5f767c23e6f8e4 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 7 Aug 2026 07:47:29 +1000 Subject: [PATCH] Update GraphicsOptions.cs --- src/ImageSharp/GraphicsOptions.cs | 1 + 1 file changed, 1 insertion(+) 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;