Pathfinder & Boolean Operations: Combining and Cutting Shapes
Vector Graphics
Chapter 6 · Pathfinder & Boolean Operations: Combining and Cutting Shapes
Chapter 4's own tip box pointed here directly: the simple rectangles, circles, and polygons from that chapter become genuinely useful once they're combined. Pathfinder's boolean operations build complex, custom-looking shapes out of these simple building blocks, rather than requiring every complex shape to be hand-drawn with the Pen tool from scratch.
What Pathfinder Actually Does: Combining Simple Shapes Into Complex Ones
Boolean operations take two or more overlapping shapes and combine them according to a specific rule — merge them, cut one out of the other, keep only where they overlap, or keep only where they don't. A rounded rectangle with a circular notch cut into one edge, a crescent moon shape, a plus sign made from two overlapping rectangles — all of these are far easier to build from simple overlapping shapes than to draw directly with the Pen tool.
Union: Merging Shapes Into One
Union merges two or more overlapping shapes into a single new shape, combining their outlines into one continuous path and discarding the internal overlap. Two overlapping circles become one rounded, peanut-like shape; a rectangle overlapping a triangle becomes a single house-shaped outline.
Subtract (Minus Front): Cutting One Shape Out of Another
Subtract (often labeled "Minus Front" in Illustrator, since it removes whichever shape is on top from whichever is beneath) cuts the overlapping area of the front shape out of the back shape, like a cookie cutter. A circle placed over the corner of a square and subtracted produces a square with a rounded notch cut out of that corner.
Intersect: Keeping Only the Overlap
Intersect keeps only the area where all the selected shapes overlap, discarding everything else. Two overlapping circles intersected produce only the lens-shaped sliver where both circles cover the same space — a classic technique for a Venn-diagram-style shape or a stylized eye.
Exclude: Keeping Only the Non-Overlap
Exclude does the opposite of Intersect — it keeps everything except the overlapping area, effectively punching a hole wherever the shapes cover each other. Two overlapping circles excluded produce two separate crescent-like shapes where the overlap has been removed from each.
Illustrator's Pathfinder Panel vs. Inkscape's Path Menu
Illustrator groups these operations in its dedicated Pathfinder panel, with each operation represented by an icon button. Inkscape offers the same four core operations through its Path menu's own Boolean Operations submenu, under slightly different names — Union, Difference, Intersection, and Exclusion. The underlying logic is identical in both; only the panel location and exact wording differ.
| Operation | Illustrator (Pathfinder panel) | Inkscape (Path menu) |
|---|---|---|
| Merge shapes into one | Unite | Union |
| Cut front shape out of back | Minus Front | Difference |
| Keep only the overlap | Intersect | Intersection |
| Keep only the non-overlap | Exclude | Exclusion |
Hands-On Exercises
A designer wants to create a rounded rectangle with a circular notch cut out of one corner, using only the basic shapes from Chapter 4. Using this chapter's own material, explain which Pathfinder operation achieves this and how.
📄 View solutionAfter applying Union to combine two circles, a colleague wants to go back and adjust just one of the original circles, but finds they're no longer separately selectable. Using this chapter's own warning box, explain what happened and how to avoid this in the future.
📄 View solutionExplain, using this chapter's own material, the difference between Intersect and Exclude when applied to the same two overlapping circles.
📄 View solutionChapter 6 Quick Reference
- Union merges overlapping shapes into one continuous outline
- Subtract/Difference cuts the front shape's overlap out of the back shape
- Intersect/Intersection keeps only the overlapping area; Exclude/Exclusion keeps only the non-overlapping area
- Illustrator's Pathfinder panel and Inkscape's Path menu offer the same four core operations under slightly different names
- These operations are usually destructive — duplicate the original shapes first if they might be needed again