Skip to content

Commit e70cb28

Browse files
Update DrawTextOnImageTests.cs
1 parent 934ccdf commit e70cb28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public void FontShapesAreRenderedCorrectly_LargeText<TPixel>(
201201
comparer,
202202
img => img.Mutate(c => c.DrawText(textOptions, sb.ToString(), font, color, new PointF(10, 1))),
203203
false,
204-
true);
204+
false);
205205
}
206206

207207
[Theory]

0 commit comments

Comments
 (0)