We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc5613 commit 667b370Copy full SHA for 667b370
1 file changed
tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs
@@ -27,7 +27,7 @@ public class DrawTextOnImageTests
27
28
private static readonly ImageComparer TextDrawingComparer = TestEnvironment.IsFramework || TestEnvironment.NetCoreVersion.StartsWith("2")
29
? ImageComparer.TolerantPercentage(1e-2f) // Relax comparison on .NET Framework and .NET Core 2.x
30
- : ImageComparer.TolerantPercentage(1e-5f);
+ : ImageComparer.TolerantPercentage(1e-3f);
31
32
private static readonly ImageComparer OutlinedTextDrawingComparer = ImageComparer.TolerantPercentage(6e-4f);
33
0 commit comments