Skip to content

Commit 5f11770

Browse files
committed
dotty underline
1 parent 46234fc commit 5f11770

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public void DrawRichText<TPixel>(
536536
Start = 19,
537537
End = 23,
538538
TextDecorations = TextDecoration.Underline,
539-
UnderlinePen = Pens.Solid(Color.Fuchsia),
539+
UnderlinePen = Pens.Dot(Color.Fuchsia, 2),
540540
Brush = Brushes.Solid(Color.Blue),
541541
},
542542

Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)