Skip to content

Commit c7ae446

Browse files
Bump tolerance
1 parent 67d8078 commit c7ae446

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/ImageSharp.Drawing.Tests/Processing/DrawingCanvasTests.StrokeOptions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the Six Labors Split License.
33

44
using SixLabors.ImageSharp.Drawing.Processing;
5+
using SixLabors.ImageSharp.Drawing.Tests.TestUtilities.ImageComparison;
56
using SixLabors.ImageSharp.PixelFormats;
67

78
namespace SixLabors.ImageSharp.Drawing.Tests.Processing;
@@ -49,7 +50,7 @@ public void Draw_NormalizeOutputFalse_MatchesReference<TPixel>(TestImageProvider
4950
canvas.Flush();
5051

5152
target.DebugSave(provider, appendSourceFileOrDescription: false);
52-
target.CompareToReferenceOutput(provider, appendSourceFileOrDescription: false);
53+
target.CompareToReferenceOutput(ImageComparer.TolerantPercentage(0.0001F), provider, appendSourceFileOrDescription: false);
5354
}
5455

5556
private static IPath CreateBowTiePath(RectangleF bounds)

0 commit comments

Comments
 (0)