Skip to content

Commit 86348a0

Browse files
Merge branch 'js/region-clip' of https://github.com/SixLabors/ImageSharp.Drawing into js/region-clip
2 parents 5d5cf96 + dfd59bb commit 86348a0

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
@@ -15,7 +15,7 @@ public static class ClearPathExtensions
1515
/// </summary>
1616
/// <param name="source">The image processing context.</param>
1717
/// <param name="color">The color.</param>
18-
/// <param name="region">The region of interest to flood fill.</param>
18+
/// <param name="region">The <see cref="IPath"/> defining the region to fill.</param>
1919
/// <returns>The <see cref="IImageProcessingContext"/> to allow chaining of operations.</returns>
2020
public static IImageProcessingContext Clear(
2121
this IImageProcessingContext source,

0 commit comments

Comments
 (0)