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 e70cb28 commit c40576eCopy full SHA for c40576e
1 file changed
tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs
@@ -238,8 +238,8 @@ public void FontShapesAreRenderedCorrectly_WithLineSpacing<TPixel>(
238
239
Color color = Color.Black;
240
241
- // Strict comparer, because the image is sparse:
242
- var comparer = ImageComparer.TolerantPercentage(1e-6f);
+ // NET472 is 0.0002 different.
+ var comparer = ImageComparer.TolerantPercentage(0.0003f);
243
244
provider.VerifyOperation(
245
comparer,
0 commit comments