{"id":236642,"date":"2016-01-12T12:56:04","date_gmt":"2016-01-12T19:56:04","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=236642"},"modified":"2016-01-12T12:56:04","modified_gmt":"2016-01-12T19:56:04","slug":"stroke-linecap","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/s\/stroke-linecap\/","title":{"rendered":"stroke-linecap"},"content":{"rendered":"

The stroke-linecap<\/code> property in CSS is for setting the starting and ending points of a border on SVG shapes.<\/p>\n

.module {\r\n  stroke-linecap: round;\r\n}<\/code><\/pre>\n

Remember:<\/p>\n