Skip to content

Commit 3b8732f

Browse files
Update src/ImageSharp.Drawing/Processing/Extensions/FillPathExtensions.cs
Co-authored-by: Scott Williams <tocsoft@gmail.com>
1 parent 04dd529 commit 3b8732f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Drawing/Processing/Extensions/FillPathExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static IImageProcessingContext Fill(
2525
source.Fill(new SolidBrush(color), path);
2626

2727
/// <summary>
28-
/// Flood fills the image in the shape of the provided polygon with the specified brush..
28+
/// Flood fills the image in the shape of the provided polygon with the specified brush.
2929
/// </summary>
3030
/// <param name="source">The image processing context.</param>
3131
/// <param name="options">The drawing options.</param>

0 commit comments

Comments
 (0)