We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079ebc6 commit 62920eeCopy full SHA for 62920ee
tests/SixLabors.Fonts.Tests/TextLayoutTestUtilities.cs
@@ -19,7 +19,7 @@ internal static class TextLayoutTestUtilities
19
public static void TestLayout(
20
string text,
21
TextOptions options,
22
- float percentageTolerance = 0F,
+ float percentageTolerance = 0.05F,
23
[CallerMemberName] string test = "",
24
params object[] properties)
25
{
0 commit comments