Skip to content

Commit 44a935d

Browse files
Revert "Reduce accuracy slightly to account for change in GA machines."
This reverts commit fc5e261.
1 parent fc5e261 commit 44a935d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class DrawTextOnImageTests
2424

2525
private static readonly ImageComparer TextDrawingComparer = TestEnvironment.IsFramework || TestEnvironment.NetCoreVersion.StartsWith("2")
2626
? ImageComparer.TolerantPercentage(1e-2f) // Relax comparison on .NET Framework and .NET Core 2.x
27-
: ImageComparer.TolerantPercentage(1e-4f);
27+
: ImageComparer.TolerantPercentage(1e-5f);
2828

2929
private static readonly ImageComparer OutlinedTextDrawingComparer = ImageComparer.TolerantPercentage(5e-4f);
3030

0 commit comments

Comments
 (0)