We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4dbdc commit 8b1ccf1Copy full SHA for 8b1ccf1
src/Verify.EmailPreviewServices/Scrubber.cs
@@ -33,8 +33,6 @@ static void Crop(Image<Rgba32> image, ScrubSpec spec)
33
image.Width - spec.Left - spec.Right,
34
image.Height - spec.Top - spec.Bottom
35
);
36
- var rectangleWidth = rectangle.Left + rectangle.Width;
37
- var rectangleHeight = rectangle.Top + rectangle.Height;
38
image.Mutate(_ => _.Crop(rectangle));
39
}
40
0 commit comments