The Pen tool (B) creates custom bezier paths — arbitrary closed or open shapes defined by user-placed anchor points and their associated control handles.
Anchor points are the nodes that define the path. The path passes through every anchor point. Between anchor points, the path is shaped by the bezier control handles attached to each anchor.
| Type | Description |
|---|---|
| Corner | No curve; the path changes direction abruptly at this point |
| Smooth | The two handles are colinear (opposite each other); the path flows smoothly through the point |
| Asymmetric | The two handles point in opposite directions but can have independent lengths |
| Disconnected | Each handle moves independently, creating a cusp (sharp direction change with a curve) |
Alt+click an anchor point to toggle between Corner and Smooth. Alt+drag a handle to convert to an Asymmetric or Disconnected point.
Each smooth anchor point has two control handles: an in-handle (controlling the curve arriving at the point) and an out-handle (controlling the curve leaving the point).
Longer handles produce more gradual curves. Shorter handles produce tighter curves that change direction more quickly.
A path can be open (the first and last anchor points are not connected) or closed (the first and last points connect, forming an enclosed shape).
Escape to finish the path without closing it (leaving it open)Once a path is created, it can be edited at any time using Path Edit mode, activated by:
Enter while a path is selectedDeletePress Escape or V to exit Path Edit mode and return to the Selection tool.