As described here line widths > 1 depend on OS/browser support to be displayed correctly. Currently on my system (Mac/Chrome) they will always display as line width 1 regardless of what number is used with shading={"line_width": 5.0}.
What?
This PR adds a small fix to display line widths > 1 correctly.
Why?
As described here line widths > 1 depend on OS/browser support to be displayed correctly. Currently on my system (Mac/Chrome) they will always display as line width 1 regardless of what number is used with
shading={"line_width": 5.0}
.What?
This PR adds a small fix to display line widths > 1 correctly.