Skip to content

Commit aff1b04

Browse files
Update BaseImageOperationsExtensionTest.cs
1 parent 11293ce commit aff1b04

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/ImageSharp.Drawing.Tests/Processing/BaseImageOperationsExtensionTest.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public abstract class BaseImageOperationsExtensionTest
1717
private readonly FakeImageOperationsProvider.FakeImageOperations<Rgba32> internalOperations;
1818
protected readonly Rectangle rect;
1919
protected readonly GraphicsOptions graphicsOptions;
20-
//protected readonly TextOptions textOptions;
2120
protected readonly ShapeOptions shapeOptions;
2221
private readonly Image<Rgba32> source;
2322

@@ -33,10 +32,7 @@ public BaseImageOperationsExtensionTest()
3332
AlphaCompositionMode = PixelAlphaCompositionMode.DestOut,
3433
ColorBlendingMode = PixelColorBlendingMode.Multiply
3534
};
36-
//this.textOptions = new TextOptions
37-
//{
38-
// TabWidth = 99
39-
//};
35+
4036
this.shapeOptions = new ShapeOptions { IntersectionRule = IntersectionRule.Nonzero };
4137
this.source = new Image<Rgba32>(91 + 324, 123 + 56);
4238
this.rect = new Rectangle(91, 123, 324, 56); // make this random?

0 commit comments

Comments
 (0)