Skip to content

Commit db3e6e5

Browse files
committed
Add hit testing and shape querying methods to docs
Updated documentation to include new hit testing methods: `Two.Path.contains`, `Two.Group.contains`, and `Two.Shape.contains`, as well as shape querying methods: `Two.getShapesAtPoint` and `Two.Group.getShapesAtPoint`. Also added documentation for `Two.Path.smooth` and updated line references for various properties and methods to reflect source changes.
1 parent eefc5a3 commit db3e6e5

File tree

5 files changed

+497
-257
lines changed

5 files changed

+497
-257
lines changed

wiki/changelog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ All notable changes to this project will be documented in this file. The format
1717

1818
- Improved `Two.Path.subdivide` to preserve curves (by filling out `Two.Anchor.controls` property)
1919
- Added `Two.Path.smooth` command
20-
- Added `Two.Shape.contains` method for hit testing
21-
- Added `Two.getShapesAtPoint` with visibility/filter options
20+
- Added `Two.Path.contains`, `Two.Group.contains`, and `Two.Shape.contains` method for hit testing
21+
- Added `Two.getShapesAtPoint` and `Two.Group.getShapesAtPoint` with visibility/filter options
2222

2323
## October 1, 2025 v0.8.21
2424

0 commit comments

Comments
 (0)