diff --git a/ShareX.ScreenCaptureLib/Shapes/AnnotationOptions.cs b/ShareX.ScreenCaptureLib/Shapes/AnnotationOptions.cs index 586e3a8ab..c622a421f 100644 --- a/ShareX.ScreenCaptureLib/Shapes/AnnotationOptions.cs +++ b/ShareX.ScreenCaptureLib/Shapes/AnnotationOptions.cs @@ -71,7 +71,7 @@ public class AnnotationOptions public Color TextFillColor { get; set; } = PrimaryColor; // Image drawing - public ImageEditorInterpolationMode ImageInterpolationMode = ImageEditorInterpolationMode.Bicubic; + public ImageEditorInterpolationMode ImageInterpolationMode = ImageEditorInterpolationMode.NearestNeighbor; // Step drawing public Color StepBorderColor { get; set; } = SecondaryColor;