diff --git a/docs.json b/docs.json index 462bd572..322dd015 100644 --- a/docs.json +++ b/docs.json @@ -98,6 +98,7 @@ "pages": [ "editor/fundamentals/shapes-and-paths-overview", "editor/fundamentals/procedural-shapes", + "editor/design/shape-builder", "editor/fundamentals/pen-tool-overview", "editor/fundamentals/fill-and-stroke", "editor/fundamentals/edit-vertices", diff --git a/editor/design/shape-builder.mdx b/editor/design/shape-builder.mdx new file mode 100644 index 00000000..bf83ff72 --- /dev/null +++ b/editor/design/shape-builder.mdx @@ -0,0 +1,53 @@ +--- +title: "Shape Builder" +description: "Merge and subtract vector shapes." +keywords: [ + 'pathfinder', + 'pathfinder tool', + 'boolean operations', + 'boolean', + 'merge shapes', + 'combine shapes', + 'subtract shapes', + 'shape merge', + 'union', + 'difference', + 'intersect' +] +--- + +import { VideoEmbed } from '/snippets/video-embed.jsx' +import { Marketplace } from '/snippets/marketplace.mdx' +import { YouTube } from '/snippets/youtube.mdx' + +The Shape Builder tool lets you create new shapes by combining or subtracting vector shapes. Instead of editing paths manually, you can drag across regions to merge them or remove unwanted sections. + + + + + + + + + + Select two or more vector shapes. + + + + Click the **Shape Builder** tool from the **Create Tools** menu in the Toolbar or press **Shift** + **M**. + + + + Drag across adjacent regions to merge them into a single shape. + + + + + + Hold Alt (Windows) or Option (macOS) while dragging or clicking to remove regions from the shape. + + + + \ No newline at end of file