From 62920eea86ebda19e5a6251fe8bd5f31c11568bd Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 8 Jan 2025 18:06:57 +1000 Subject: [PATCH] Update TextLayoutTestUtilities.cs --- tests/SixLabors.Fonts.Tests/TextLayoutTestUtilities.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SixLabors.Fonts.Tests/TextLayoutTestUtilities.cs b/tests/SixLabors.Fonts.Tests/TextLayoutTestUtilities.cs index 266f4220..51c68030 100644 --- a/tests/SixLabors.Fonts.Tests/TextLayoutTestUtilities.cs +++ b/tests/SixLabors.Fonts.Tests/TextLayoutTestUtilities.cs @@ -19,7 +19,7 @@ internal static class TextLayoutTestUtilities public static void TestLayout( string text, TextOptions options, - float percentageTolerance = 0F, + float percentageTolerance = 0.05F, [CallerMemberName] string test = "", params object[] properties) {