three-meshline icon indicating copy to clipboard operation
three-meshline copied to clipboard

Inconsistent line thickness

Open bryaan opened this issue 2 years ago • 1 comments

I am getting uneven width lines when using px thickness for the line. Why doesn't it have consistent widths?

image

bryaan avatar Apr 18 '23 09:04 bryaan

@bryaan Sorry for such late reply. Btw, if you join the Discord, that's a much quick way to ping!

I believe it is the issue described here:

  • #11

We need to implement line join algos. F.e. like in these images:

svg2_join sphx_glr_joinstyle_001

As a workaround, you could generate an two points for those sharp points. That's annoying though, it would be so nice to have better joins!

trusktr avatar Nov 04 '23 23:11 trusktr