|
1 | 1 | { |
2 | | - "paint-boolean-ops/shaping": "Shaping", |
3 | 2 | "paint-boolean-ops/unite": "Unite", |
4 | | - "paint-boolean-ops/unite-desc": "Unite — merge selected shapes into one, filling all overlapping areas", |
| 3 | + "paint-boolean-ops/unite-desc": "Unite merges selected shapes into one and fills all overlapping areas.", |
5 | 4 | "paint-boolean-ops/subtract": "Subtract", |
6 | | - "paint-boolean-ops/subtract-alt": "Subtract — cut the front shape out of every selected shape beneath it (Alt: keep the cutter; Shift: subtract all fronts from back shape only)", |
| 5 | + "paint-boolean-ops/subtract-alt": "Subtract cuts the front shape out of every selected shape beneath it. Hold Alt to keep the cutter, or Shift to subtract all front shapes from the back shape only.", |
7 | 6 | "paint-boolean-ops/intersect": "Intersect", |
8 | | - "paint-boolean-ops/intersect-alt": "Intersect — keep only where shapes overlap (Alt: divide at all intersections)", |
| 7 | + "paint-boolean-ops/intersect-alt": "Intersect keeps only the areas where shapes overlap. Hold Alt to divide at every intersection.", |
9 | 8 | "paint-boolean-ops/divide": "Divide", |
10 | 9 | "paint-boolean-ops/combine": "Combine", |
11 | | - "paint-boolean-ops/combine-desc": "Combine — merge shapes into a compound path; overlapping areas become transparent holes", |
| 10 | + "paint-boolean-ops/combine-desc": "Combine joins shapes into a compound path, making overlapping areas transparent.", |
12 | 11 | "paint-boolean-ops/release": "Release", |
13 | | - "paint-boolean-ops/release-desc": "Release — split this compound path back into separate individual shapes", |
| 12 | + "paint-boolean-ops/release-desc": "Release splits this compound path back into separate shapes.", |
14 | 13 | "paint-boolean-ops/expand": "Expand", |
15 | | - "paint-boolean-ops/expand-desc": "Expand — grows the shape outward by half its stroke width, making the fill match the visual edge of the stroke", |
| 14 | + "paint-boolean-ops/expand-desc": "Expand grows the shape outward by half its outline width, moving the fill edge to where the outer edge of the outline was.", |
16 | 15 | "paint-boolean-ops/open-path": "Open Path", |
17 | 16 | "paint-boolean-ops/close-path": "Close Path" |
18 | 17 | } |
0 commit comments