You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ImageSharp.Drawing/Shapes/JointStyle.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ public enum JointStyle
19
19
Round=1,
20
20
21
21
/// <summary>
22
-
/// Joints will generate to a long point unless the end of the point will exceed 20 times the width then we generate the joint using <see cref="Square"/>.
22
+
/// Joints will generate to a long point unless the end of the point will exceed 4 times the width then we generate the joint using <see cref="Square"/>.
stroked.Add(newPolygon(stroker.ProcessPath(simplePath.Points.Span,simplePath.IsClosed||endCapStyleisEndCapStyle.Polygon or EndCapStyle.Joined).ToArray()));
0 commit comments