Skip to content

Commit 3606561

Browse files
Update src/ImageSharp.Drawing/Shapes/PathExtensions.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
1 parent 6f4fafb commit 3606561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Drawing/Shapes/PathExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static IPath Scale(this IPath path, float scale)
128128
/// </summary>
129129
/// <param name="path">The path to compute the length for.</param>
130130
/// <returns>
131-
/// The <see cref="int"/> representing the unrolled length.
131+
/// The <see cref="float"/> representing the unrolled length.
132132
/// For closed paths, the length includes an implicit closing segment.
133133
/// </returns>
134134
public static float ComputeLength(this IPath path)

0 commit comments

Comments
 (0)