RAIRLab / Peirce-My-Heart

A graphical web application for interactive theorem proving in Charles Peirce's alpha existential graph system.
https://rairlab.github.io/Peirce-My-Heart/
MIT License
8 stars 0 forks source link

[BUG] Ellipse Guidelines Are Not Correct with Offsets #395

Closed RyanR712 closed 3 months ago

RyanR712 commented 3 months ago

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

https://github.com/RAIRLab/Peirce-My-Heart/assets/101666694/c294cb30-e422-4a1c-a3aa-04ba54474264

James-Oswald commented 3 months ago

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.