Skip to content

Commit f60b60f

Browse files
committed
Remove EndCapStyle parameter as it was causing the tests to break.
1 parent ce91687 commit f60b60f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Drawing/Shapes/OutlinePathExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static IPath GenerateOutline(this IPath path, float width, ReadOnlySpan<f
8989
{
9090
if (pattern.Length < 2)
9191
{
92-
return path.GenerateOutline(width, jointStyle: jointStyle, endCapStyle: patternSectionCapStyle);
92+
return path.GenerateOutline(width, jointStyle: jointStyle);
9393
}
9494

9595
IEnumerable<ISimplePath> paths = path.Flatten();

0 commit comments

Comments
 (0)