Skip to content

Commit 9dbf36e

Browse files
committed
drop commented out test block
1 parent cf9ead4 commit 9dbf36e

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

tests/ImageSharp.Drawing.Tests/Issues/Issue_28.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,5 @@ public void DrawingLineAtRightShouldDisplay()
9393
Assert.Equal(this.red, image[l.x, l.y]);
9494
});
9595
}
96-
97-
//public void DrawWithSystemDrawing()
98-
//{
99-
// GraphicsPath p = new GraphicsPath();
100-
// p.AddString(
101-
// "My Text String", // text to draw
102-
// FontFamily.GenericSansSerif, // or any other font family
103-
// (int)FontStyle.Regular, // font style (bold, italic, etc.)
104-
// g.DpiY * fontSize / 72, // em size
105-
// new Point(0, 0), // location where to draw text
106-
// new StringFormat()); // set options here (e.g. center alignment)
107-
// g.DrawPath(Pens.Black, p);
108-
//}
10996
}
11097
}

0 commit comments

Comments
 (0)