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 48b4236 commit 8c84666Copy full SHA for 8c84666
tests/ImageSharp.Drawing.Tests/Issues/Issue_330.cs
@@ -21,22 +21,6 @@ public void OffsetTextOutlines<TPixel>(TestImageProvider<TPixel> provider)
21
22
provider.RunValidatingProcessorTest(p =>
23
{
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
40
p.DrawText(
41
new RichTextOptions(bibfont)
42
0 commit comments