Skip to content

Commit 13e051a

Browse files
committed
Fix the summary
1 parent cbd8875 commit 13e051a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/ImageSharp.Drawing/Processing

src/ImageSharp.Drawing/Processing/IPen.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ public interface IPen
2626
ReadOnlySpan<float> StrokePattern { get; }
2727

2828
/// <summary>
29-
/// Gets the stroke joint style
29+
/// Gets or sets the stroke joint style
3030
/// </summary>
3131
public JointStyle JointStyle { get; set; }
3232

3333
/// <summary>
34-
/// Gets the endcap style
34+
/// Gets or sets the endcap style
3535
/// </summary>
3636
public EndCapStyle EndCap { get; set; }
3737
}

0 commit comments

Comments
 (0)