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 fc5e261 commit 44a935dCopy full SHA for 44a935d
1 file changed
tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs
@@ -24,7 +24,7 @@ public class DrawTextOnImageTests
24
25
private static readonly ImageComparer TextDrawingComparer = TestEnvironment.IsFramework || TestEnvironment.NetCoreVersion.StartsWith("2")
26
? ImageComparer.TolerantPercentage(1e-2f) // Relax comparison on .NET Framework and .NET Core 2.x
27
- : ImageComparer.TolerantPercentage(1e-4f);
+ : ImageComparer.TolerantPercentage(1e-5f);
28
29
private static readonly ImageComparer OutlinedTextDrawingComparer = ImageComparer.TolerantPercentage(5e-4f);
30
0 commit comments