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 } };