Tiny Online Tools logoTiny Online Toolssearchابحث في الادوات…grid_viewكل الادوات
الرئيسيةchevron_rightادوات الصورchevron_rightمحرر مسار SVGمحرر مسار SVG

محرر مسار SVG

حرّر واعرض بيانات مسار SVG التفاعلية (السمة d).

بيانات المسار (السمة d)ViewBox

المعاينة

الأوامر (3)

M
C
S

ادوات مشابهة

تحويل خط SVG إلى تعبئة

تحويل خط SVG إلى تعبئة

حوّل عناصر SVG المرسومة بالخطوط إلى مسارات مملوءة لتحسين التوافق.

تحويل PDF إلى SVG

تحويل PDF إلى SVG

حوّل صفحات PDF إلى ملفات SVG متجهية قابلة للتوسع في متصفحك.

مولد SVG Sprite

مولد SVG Sprite

ادمج عدة ملفات SVG في مخطط Sprite واحد مع تعريفات <symbol> لاستخدام الأيقونات بكفاءة.

SVG إلى خلفية CSS

SVG إلى خلفية CSS

تحويل كود SVG إلى عنوان URL بيانات لـ background-image في CSS.

تقسيم PDF

تقسيم PDF

قسّم ملف PDF إلى صفحات فردية أو نطاقات صفحات.

محول السرعة

محول السرعة

حول بين mph وkm/h وm/s والعقد وft/s ورقم ماخ. محول تفاعلي متعدد الحقول.

ضاغط JS

ضاغط JS

ضغط JavaScript بإزالة التعليقات والمسافات البيضاء.

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.