jaredmales/rtimv

show shape coordinates when moving/adjusting

Closed this issue · 2 comments

Show the coordinates of the anchor point (center for circle/box, end for line) when under adjustment.

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.

completed by 748e312