From 831794e3a62b1a9649f5c7894e8785ef603d1c47 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Mon, 25 Dec 2017 00:26:12 +0100 Subject: [PATCH] yet another test case for TransformTests --- tests/ImageSharp.Tests/Processing/Transforms/TransformTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ImageSharp.Tests/Processing/Transforms/TransformTests.cs b/tests/ImageSharp.Tests/Processing/Transforms/TransformTests.cs index ac1e3812dc..d5e1f144a1 100644 --- a/tests/ImageSharp.Tests/Processing/Transforms/TransformTests.cs +++ b/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 } };