Vector Tracing Vector Tracing 4 — Questions and Answers
Question 1: What does the 'Pathfinder' panel's 'Unite' function do to two overlapping vector shapes?
- Subtracts the top shape from the bottom shape
- Merges both shapes into a single combined outline (Correct answer)
- Splits the shapes at their intersection
- Duplicates both shapes on separate layers
Correct answer: Merges both shapes into a single combined outline
Unite combines all selected shapes into one path using their outermost outlines as the boundary.
Question 2: In SVG, what does the 'viewBox' attribute define?
- The background color of the SVG canvas
- The visible coordinate system and aspect ratio of the SVG content (Correct answer)
- The maximum file size allowed
- The default stroke color
Correct answer: The visible coordinate system and aspect ratio of the SVG content
viewBox sets the internal coordinate space, enabling SVGs to scale proportionally within any container size.
Question 3: Which tracing method is recommended for a detailed multi-color illustration vs. a simple silhouette logo?
- Simple silhouettes use 'Color' mode; detailed illustrations use 'Black and White' mode
- Both should always use 'Grayscale' mode for accuracy
- Detailed illustrations use higher color count modes; silhouettes use 'Black and White' or 'Silhouette' mode (Correct answer)
- Detailed illustrations should never be auto-traced — only manually traced
Correct answer: Detailed illustrations use higher color count modes; silhouettes use 'Black and White' or 'Silhouette' mode
Color or high-fidelity modes capture complex artwork nuances, while Black and White mode simplifies single-color logos efficiently.
Question 4: What does 'pen pressure sensitivity' control when tracing with a stylus in a vector app?
- The color opacity of guide layers
- The stroke width or opacity dynamically as you draw (Correct answer)
- The number of anchor points placed automatically
- The zoom level of the canvas
Correct answer: The stroke width or opacity dynamically as you draw
Pressure sensitivity maps stylus pressure to stroke width or opacity, enabling natural-looking variable-width traced lines.
Question 5: When preparing a traced vector for laser cutting, why must all paths be stroked with 'hairline' weight?
- Hairline strokes cut faster by reducing file size
- Laser cutters interpret hairline strokes as cut lines rather than engrave areas (Correct answer)
- Thick strokes crash most laser cutter software
- Hairline ensures the artwork stays in RGB color mode
Correct answer: Laser cutters interpret hairline strokes as cut lines rather than engrave areas
Most laser cutter RIP software reads hairline (0.001 pt) strokes as vector cut paths rather than raster fill engravings.
Question 6: What is a 'compound path' in vector design?
- Two separate paths on different layers
- Multiple paths combined so inner overlapping areas become transparent holes (Correct answer)
- A path with a gradient fill applied
- A path group locked for editing
Correct answer: Multiple paths combined so inner overlapping areas become transparent holes
A compound path uses the even-odd or winding fill rule to punch holes where sub-paths overlap, like a donut shape.
Question 7: Which color mode should a vector file be in before sending to a commercial offset printer?
- RGB
- LAB
- CMYK (Correct answer)
- Indexed Color
Correct answer: CMYK
Commercial printers use cyan, magenta, yellow, and black inks, so artwork must be in CMYK to ensure accurate color reproduction.
What does the 'Pathfinder' panel's 'Unite' function do to two overlapping vector shapes?