Skip to content

Commit a7481bb

Browse files
Revert tolerance changes
1 parent 36209ff commit a7481bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0287F),
199+
comparer: ImageComparer.TolerantPercentage(0.01F),
200200
testOutputDetails: operation.ToString(),
201201
appendSourceFileOrDescription: false,
202202
appendPixelTypeToFileName: false);

0 commit comments

Comments
 (0)