latex2blender
latex2blender copied to clipboard
Strange sqrt?
I'm not sure why, but when I generate something like $\sqrt{2}$, the top horizontal bar is strange (seems like the bottom-left point of the horizontal line is missing):

or maybe the point is present, but not linked correctly:

compare with a normal sqrt:

Tested with 6b4c3c86232c9143afdb37615815a1debad1bbe7
Investigation: this has to do with the command
https://github.com/ghseeli/latex2blender/blob/6b4c3c86232c9143afdb37615815a1debad1bbe7/latex2blender.py#L290
Before the command is executed:

After:

How the lines looks before join

Possible blender bug?
reported as blender bug: https://projects.blender.org/blender/blender/issues/105573#issuecomment-898658
I changed the order in which the join is being performed (now the curve is converted to a mesh and then the join is applied). This seems to fix the issue (see release 1.0.7). If the problem is still occurring, please let me know.