![]() Currently, geo shapes have slightly janky handle-snapping: they snap to label geometry (even though its invisible) and because they extend from `BaseBoxShapeUtil` they snap to the corners of their bounding box (even if that's not where the actual shape is). With this PR, we no longer snap to labels, and we snap to the actual vertices of the geo shape rather than its bounding points. 1. #2827 2. #2831 3. #2793 4. #2841 5. #2845 (you are here) ### Change Type - [x] `minor` — New feature ### Test Plan - [x] Unit Tests ### Release Notes - You can now snap the handles of lines to the corners of rectangles, stars, triangles, etc. |
||
---|---|---|
.. | ||
assets | ||
editor | ||
state | ||
store | ||
tldraw | ||
tlschema | ||
tlsync | ||
utils | ||
validate |