show shape coordinates when moving/adjusting
Closed this issue · 2 comments
jaredmales commented
Show the coordinates of the anchor point (center for circle/box, end for line) when under adjustment.
jaredmales commented
This is implemented for box and circle by f2fe536
Need to update with every mouse coords update, etc. This will require some class var to hold the user item center coords.
Still need to do line.
jaredmales commented
completed by 748e312