We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce91687 commit f60b60fCopy full SHA for f60b60f
1 file changed
src/ImageSharp.Drawing/Shapes/OutlinePathExtensions.cs
@@ -89,7 +89,7 @@ public static IPath GenerateOutline(this IPath path, float width, ReadOnlySpan<f
89
{
90
if (pattern.Length < 2)
91
92
- return path.GenerateOutline(width, jointStyle: jointStyle, endCapStyle: patternSectionCapStyle);
+ return path.GenerateOutline(width, jointStyle: jointStyle);
93
}
94
95
IEnumerable<ISimplePath> paths = path.Flatten();
0 commit comments