Browse Source

yet another test case for TransformTests

af/merge-core
Anton Firszov 8 years ago
parent
commit
831794e3a6
  1. 1
      tests/ImageSharp.Tests/Processing/Transforms/TransformTests.cs

1
tests/ImageSharp.Tests/Processing/Transforms/TransformTests.cs

@ -137,6 +137,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Transforms
{ 0, 0, 10, 10 },
{ 0, 0, 5, 10 },
{ 0, 0, 10, 5 },
{ 5, 0, 5, 10 },
{-5,-5, 15, 15 }
};

Loading…
Cancel
Save