Skip to content

Commit 6f4fafb

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

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
@@ -124,7 +124,7 @@ public static IPath Scale(this IPath path, float scale)
124124
=> path.Transform(Matrix3x2.CreateScale(scale, RectangleF.Center(path.Bounds)));
125125

126126
/// <summary>
127-
/// Calculates the length of the path as though each segment were unrolled into a line.
127+
/// Calculates the approximate length of the path as though each segment were unrolled into a line.
128128
/// </summary>
129129
/// <param name="path">The path to compute the length for.</param>
130130
/// <returns>

0 commit comments

Comments
 (0)