Skip to content

Commit 8c84666

Browse files
Update Issue_330.cs
1 parent 48b4236 commit 8c84666

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,6 @@ public void OffsetTextOutlines<TPixel>(TestImageProvider<TPixel> provider)
2121

2222
provider.RunValidatingProcessorTest(p =>
2323
{
24-
25-
//p.DrawText(
26-
// new RichTextOptions(namefont)
27-
// {
28-
// VerticalAlignment = VerticalAlignment.Center,
29-
// HorizontalAlignment = HorizontalAlignment.Center,
30-
// TextAlignment = TextAlignment.Center,
31-
// TextDirection = TextDirection.LeftToRight,
32-
// Origin = new Point(1156, 713),
33-
// },
34-
// "O",
35-
// Brushes.Solid(Color.White),
36-
// Pens.Solid(Color.Black, 5));
37-
38-
//return;
39-
4024
p.DrawText(
4125
new RichTextOptions(bibfont)
4226
{

0 commit comments

Comments
 (0)