Simplify vector
Reduce the number of anchor points in a vector path while preserving its overall shape.
What simplify vector does
Every time you trace an image or draw a path freehand, the result may contain more anchor points than necessary — making the path hard to edit and producing larger file sizes. Simplify vector applies an algorithm to remove redundant points while keeping the visual shape as close to the original as possible.
Simplifying a vector
- Select a vector layer on the canvas.
- Find Simplify Vector in the right inspector layer actions menu.
- Adjust the tolerance slider:
- Low tolerance — removes fewer points, preserves more of the original detail.
- High tolerance — removes more points, producing a cleaner but less precise shape.
- Preview the simplified result and click Apply.
When to use it
- After vectorizing an image — traced paths often have hundreds of unnecessary points.
- After freehand drawing with the Pen tool — simplify to smooth out accidental jags.
- When exporting SVGs for web use and you want smaller file sizes.
Tips
- Duplicate the vector before simplifying so you can compare the original and simplified versions.
- Use a low tolerance for paths where precise detail matters (e.g., logos with sharp corners). Use a high tolerance for organic shapes where minor deviations are acceptable.
- After simplifying, enter vector edit mode to verify that corners and curves look correct.