Tiny Online Tools logoTiny Online Toolssearch搜索工具…grid_view全部工具
首页chevron_right图像工具chevron_rightSVG 路径编辑器SVG 路径编辑器

SVG 路径编辑器

交互式编辑并可视化 SVG 路径数据 (d 属性)。

路径数据 (d 属性)ViewBox

预览

命令 (3)

M
C
S

相似工具

SVG 描边转填充

SVG 描边转填充

将 SVG 描边元素转换为填充路径,以获得更好的兼容性。

SVG 精灵图生成器

SVG 精灵图生成器

将多个 SVG 文件合并为一个包含 <symbol> 定义的精灵图,便于高效使用图标。

PNG 转 SVG

PNG 转 SVG

将光栅图像包裹在 SVG 容器中,或把像素画描摹为彩色矩形。

SVG ViewBox 生成器

SVG ViewBox 生成器

通过实时预览生成并调整 SVG 的 viewBox 值,可添加留白并微调坐标。

HTML 转 Markdown

HTML 转 Markdown

将 HTML 标记转换为干净易读的 Markdown 文本。

CSV 到 JSON

CSV 到 JSON

将 CSV 文件转换为 JSON 数据。

Image Alpha Viewer

Image Alpha Viewer

Inspect and download the alpha (transparency) channel of any image as a grayscale mask. Fully private, runs in your browser.

apps

更多工具

浏览我们完整的免费在线工具集合。

SVG Path Editor

Edit and visualize SVG path commands with live preview. SVG paths define shapes through command sequences—this tool lets you understand, modify, and debug path data interactively.

SVG path commands

SVG paths use commands like M (moveto), L (lineto), C (cubic Bezier curve), Q (quadratic Bezier), A (arc), and Z (close). Each command accepts numeric parameters defining coordinates and control points. Understanding these commands is essential for creating and editing vector graphics programmatically.

Interactive path editing

Paste SVG path data and see a visual representation instantly. The editor parses all commands and displays them clearly. Modify numeric values and watch the preview update in real time. This visual feedback makes complex path manipulation intuitive and error-free.

Debugging path issues

Incorrectly drawn shapes often result from invalid path data. The editor identifies which commands were parsed successfully and highlights any issues. This debugging capability speeds up path creation and correction.

Curve manipulation

Adjust Bezier curve control points by editing numeric values. Understand how curves respond to parameter changes without manual SVG code editing. This knowledge improves design tool skills and enables programmatic graphics creation.

Professional applications

生成 path data for icons and logos, debug exported SVG artwork from design tools, 创建 complex shapes through command composition, optimize path data for file size reduction, and build procedurally 生成d vector graphics.