‘lend’ The line end style. This can be specified as an integer or string:
‘0’ and ‘"round"’ mean rounded line caps [_default_];
‘1’ and ‘"butt"’ mean butt line caps;
‘2’ and ‘"square"’ mean square line caps.
‘ljoin’ The line join style. This can be specified as an integer or string:
‘0’ and ‘"round"’ mean rounded line joins [_default_];
‘1’ and ‘"mitre"’ mean mitred line joins;
‘2’ and ‘"bevel"’ mean bevelled line joins.
‘lmitre’ The line mitre limit. This controls when mitred line joins are automatically converted into bevelled line joins. The value must be larger than 1 and the default is 10. Not all devices will honour this setting. -- FROM 117.152.202.*