Skip to content

Commit 08c741a

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

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
@@ -12,7 +12,7 @@ namespace SixLabors.ImageSharp.Drawing.Processing
1212
public static class FillPathExtensions
1313
{
1414
/// <summary>
15-
/// Flood fills the image in the shape of the provided polygon with the specified brush..
15+
/// Flood fills the image in the shape of the provided polygon with the specified brush.
1616
/// </summary>
1717
/// <param name="source">The image processing context.</param>
1818
/// <param name="color">The color.</param>

0 commit comments

Comments
 (0)