Browse Source

yet another test case for TransformTests

pull/386/head
Anton Firszov 9 years ago
parent
commit
34de0b62c9
  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