{"id":236637,"date":"2016-01-12T12:55:47","date_gmt":"2016-01-12T19:55:47","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=236637"},"modified":"2018-05-10T14:54:42","modified_gmt":"2018-05-10T21:54:42","slug":"stroke-width","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/s\/stroke-width\/","title":{"rendered":"stroke-width"},"content":{"rendered":"

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

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

Remember:<\/p>\n