Skip to content

Commit d27418c

Browse files
Update SvgPath.cs
1 parent 649f463 commit d27418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Drawing.Tests/Shapes/SvgPath.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void RenderSvgPath<TPixel>(TestImageProvider<TPixel> provider, string svg
2727
provider.RunValidatingProcessorTest(
2828
c => c.Fill(Color.White).Draw(Color.Red, 5, path),
2929
new { type = exampleImageKey },
30-
comparer: ImageComparer.TolerantPercentage(0.002f));
30+
comparer: ImageComparer.TolerantPercentage(0.0035F)); // NET 472 x86 requires higher percentage
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)