RAIRLab/Peirce-My-Heart

[BUG] Ellipse Guidelines Are Not Correct with Offsets

Closed this issue · 1 comments

Describe the bug
Ellipse guidelines are not correctly calculated when an offset is introduced.

To Reproduce
Use the drag tool to introduce an offset.

Click the "Show Guidelines" checkbox for ellipses.

Draw an ellipse. You will see that the offset is not taken into consideration.

Expected behavior
Ellipse guidelines should be around each ellipse, regardless of offset.

Screenshots Or Video

Ellipse.Guideline.Offset.Issue.mp4

Interesting, I guess the bounding boxes aren't being moved by the offset, hopefully this issue is as simple as adding the offset to their positions.