Skip to content

Commit a83e103

Browse files
Update src/ImageSharp.Drawing/Shapes/ISimplePath.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
1 parent 3e6f6a4 commit a83e103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Drawing/Shapes/ISimplePath.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace SixLabors.ImageSharp.Drawing
77
{
88
/// <summary>
9-
/// Represents a simplified logic path that can be drawn.
9+
/// Represents a simple (non-composite) path defined by a series of points.
1010
/// </summary>
1111
public interface ISimplePath
1212
{

0 commit comments

Comments
 (0)