[]
Specifies the shape to be used at the end of open subpaths when they are stroked.
public enum SvgStrokeLineJoin
Arcs = 4Indicates that an arcs corner is to be used to join path segments.
Bevel = 3Indicates that a bevelled corner is to be used to join path segments.
Miter = 0Indicates that a sharp corner is to be used to join path segments.
MiterClip = 1The same as Miter but if the stroke-miterlimit is exceeded, the miter is clipped at a distance equal to half the stroke-miterlimit value multiplied by the stroke width from the intersection of the path segments.
Round = 2Indicates that a round corner is to be used to join path segments.