Skip to content

Commit b543d83

Browse files
Update src/ImageSharp.Drawing/Processing/Extensions/ClearPathExtensions.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
1 parent 7686e91 commit b543d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Drawing.Processing
1111
public static class ClearPathExtensions
1212
{
1313
/// <summary>
14-
/// Flood fills the image in the path of the provided polygon with the specified brush without any blending.
14+
/// Flood fills the image within the provided region defined by an <see cref="IPath"/> using the specified brush without any blending.
1515
/// </summary>
1616
/// <param name="source">The image processing context.</param>
1717
/// <param name="color">The color.</param>

0 commit comments

Comments
 (0)