[]
Specifies the shape to be used at the end of open subpaths when they are stroked.
public enum SvgStrokeLineJoin
Arcs = 4
Indicates that an arcs corner is to be used to join path segments.
Bevel = 3
Indicates that a bevelled corner is to be used to join path segments.
Miter = 0
Indicates that a sharp corner is to be used to join path segments.
MiterClip = 1
The 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 = 2
Indicates that a round corner is to be used to join path segments.