[]
Specifies the shape to be used at the end of open subpaths when they are stroked.
public enum SvgStrokeLineCap
Public Enum SvgStrokeLineCap
| Name | Description |
|---|---|
| Butt | Indicates that the stroke for each subpath does not extend beyond its two endpoints. |
| Round | Indicates that at each end of each subpath, the shape representing the stroke will be extended by a half circle with a diameter equal to the stroke width. |
| Square | Indicates that at the end of each subpath, the shape representing the stroke will be extended by a rectangle with the same width as the stroke width and whose length is half of the stroke width. |