Inspiring
March 14, 2023
Answered
PointOnPath Expression not using anchor point
- March 14, 2023
- 2 replies
- 1720 views
I guess I'm missing something regarding the PointOnPath property.
When placing a Solid on the position of a Path Point, it takes te right lower corner in stead of the Anchor Point for the position (see screenshot).
How can I get it to work with the actual Anchor Point?
This is my expression in the position property of the Solid:
p = thisComp.layer("Shape Layer 1").content("Shape 1").content("Path 1").path.pointOnPath(0);
toComp(p);