Skip to content

Commit 667b370

Browse files
Relax comparer
1 parent 2dc5613 commit 667b370

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
@@ -27,7 +27,7 @@ public class DrawTextOnImageTests
2727

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

3232
private static readonly ImageComparer OutlinedTextDrawingComparer = ImageComparer.TolerantPercentage(6e-4f);
3333

0 commit comments

Comments
 (0)