Skip to content

Commit ce4d2ac

Browse files
Windows boxes must be shonky
1 parent ac69b4c commit ce4d2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ImageSharp.Drawing.Tests/Drawing/FillPolygonTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public void FillPolygon_StarCircle_AllOperations(TestImageProvider<Rgba32> provi
196196

197197
provider.RunValidatingProcessorTest(
198198
c => c.Fill(Color.DeepPink, circle).Fill(Color.LightGray, star).Fill(Color.ForestGreen, shape),
199-
comparer: ImageComparer.TolerantPercentage(0.0203F),
199+
comparer: ImageComparer.TolerantPercentage(0.0287F),
200200
testOutputDetails: operation.ToString(),
201201
appendSourceFileOrDescription: false,
202202
appendPixelTypeToFileName: false);

0 commit comments

Comments
 (0)