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