Skip to content

Commit f537dc4

Browse files
tocsoftantonfirsov
andauthored
Update tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
1 parent 99dca57 commit f537dc4

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
@@ -189,7 +189,7 @@ public void FontShapesAreRenderedCorrectly_WithRotationApplied<TPixel>(
189189
o.Transform = Matrix3x2.CreateRotation(radians, new Vector2(rotationOriginX, rotationOriginY));
190190
})
191191
.DrawText(text, font, Color.Black, new PointF(x, y)),
192-
$"{fontName}-{fontSize}-{ToTestOutputDisplayText(text)}-({x},{y})",
192+
$"F({fontName})-S({fontSize})-A({angle})-{ToTestOutputDisplayText(text)}-({x},{y})",
193193
TextDrawingComparer,
194194
appendPixelTypeToFileName: false,
195195
appendSourceFileOrDescription: true);

0 commit comments

Comments
 (0)