##description##
stroke-linecap
Ad
The stroke-linecap property in CSS is for setting the starting and ending points of a border on SVG shapes.
.module {
stroke-linecap: round;
}
Remember:
The stroke-linecap property can accept the following values:
butt (default): ends the stroke with a sharp 90-degree anglesquare: similar to butt except that it extends the stroke beyond the length of the pathround: adds a radius that smooths out the start and end points, which is controlled by the stroke-width