dstark1993
Results
2
comments of
dstark1993
I have looked into the code a bit and the set_linewidth() function of mpl.patches sets the width (w) of the edge. But how it is drawn I couldn't find.
It seems that svg is drawn according to CSS style. Stroke aligning is not supported yet, it is in [draft](https://drafts.fxtf.org/fill-stroke-3/#propdef-stroke-align), as per this [stackoverflow post](https://stackoverflow.com/questions/7241393/can-you-control-how-an-svgs-stroke-width-is-drawn). So it seems like path...