maine-imre / handwaver

A gesture-based mathematical making environment from the University of Maine
http://www.imrelab.org
8 stars 2 forks source link

Point Stretch Improper Lines #59

Closed nsgnn closed 5 years ago

nsgnn commented 5 years ago

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:

  1. Grab point
  2. Stretch point with standard gesture
  3. Resulting line has no updated positions on visual representation
  4. 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):

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.