Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

bug(Polygon UI): Fix polygon edit UI not taking rotation into account #1321

Closed Kruptein closed 8 months ago

Kruptein commented 8 months ago

When a polygon is rotated, the edit UI was still showing as if the shape had no rotation.

This is fixed. The various edit options (add point, cut polygon, remove point) have also been updated to take the rotation into account.

This fixes #1318