Describe the bug
Upon point strech completion, the resulting line is not properly setup. This breaks all solver functionality.
To Reproduce
Steps to reproduce the behavior:
Grab point
Stretch point with standard gesture
Resulting line has no updated positions on visual representation
See Errors spawned in console
Expected behavior
A line should spawn between the two points. The line should update as the points connected to it move.
Desktop (please complete the following information):
OS: Windows 10
Version 1803
Additional context
The errors seem to be related to the figtype of the line. This might be an order of operations issue upon creation. I would suggest starting there.
Describe the bug Upon point strech completion, the resulting line is not properly setup. This breaks all solver functionality.
To Reproduce Steps to reproduce the behavior:
Expected behavior A line should spawn between the two points. The line should update as the points connected to it move.
Desktop (please complete the following information):
Additional context The errors seem to be related to the figtype of the line. This might be an order of operations issue upon creation. I would suggest starting there.