Describe the bug
ModelText doesn't display properly when passing a list of text objects. It will work when passing a list with a single text object.
To Reproduce
Steps to reproduce the behavior:
use output.Model.AddElement(new ModelText(list, ...)) to create a ModelText object... If the list contains one object the display works properly, if the list contains multiple objects the display is broken (bad meshing)
Expected behavior
Clear text display
Screenshots
Desktop (please complete the following information):
OS: Windows
Additional context
Add any other context about the problem here.
Describe the bug ModelText doesn't display properly when passing a list of text objects. It will work when passing a list with a single text object.
To Reproduce Steps to reproduce the behavior: use
output.Model.AddElement(new ModelText(list, ...))
to create a ModelText object... If the list contains one object the display works properly, if the list contains multiple objects the display is broken (bad meshing)Expected behavior Clear text display
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.