Browse Source

Use tolerant comparer.

af/merge-core
James Jackson-South 6 years ago
parent
commit
72e701414a
  1. 1
      tests/ImageSharp.Tests/Drawing/FillLinearGradientBrushTests.cs

1
tests/ImageSharp.Tests/Drawing/FillLinearGradientBrushTests.cs

@ -439,6 +439,7 @@ namespace SixLabors.ImageSharp.Tests.Drawing
where TPixel : struct, IPixel<TPixel>
{
provider.VerifyOperation(
TolerantComparer,
img =>
{
var brush = new PathGradientBrush(

Loading…
Cancel
Save