[]
Specifies the shape to be used at the end of open subpaths when they are stroked.
public enum SvgStrokeLineCap
Butt = 0
Indicates that the stroke for each subpath does not extend beyond its two endpoints.
Round = 1
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 = 2
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.