Add contains(Point) tests for all shapes #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Priority: P1 — Medium
Context:
contains(Point)is the critical hit-testing behavior used by the UI for selection. It is currently untested in all shape classes. A testing audit flagged this as P1 priority.Scope: SRectangle, SCircle, STriangle, SText, SCollection
Goal: Test hit-testing behavior for each shape type:
Estimate: 2–3 hours
Dependencies: None