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

The stroke-dashoffset<\/code> property in CSS defines the location along an SVG path where the dash of a stroke<\/code> will begin. The higher the number, the further along the path the dashes will begin.<\/p>\n

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

Remember:<\/p>\n