SVG Path Editor — редактор путей в браузере

★ 5.3K

SVG Path Editor is a browser-based editor for creating and editing paths in SVG. Reach for it when you need to precisely edit or assemble an SVG path by hand: paste the raw path code and see it visually, move points and Bézier curves, add and remove segments, optimize and scale the path, and get clean final `d` code. It works entirely in the browser with nothing to install. Its focus is fine-grained editing of SVG paths specifically at the level of commands and coordinates, not a full vector editor (Inkscape/Illustrator) or a graphics generator: the value is carefully editing and understanding path data when the SVG code itself matters. It suits developers and designers who need to tweak an icon, fix a curve, or make sense of someone else's SVG path without a heavy editor.