stroke-linecap

Geoff Graham on Updated on
##description##
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:

Values

The stroke-linecap property can accept the following values:

More Information

Browser Support