SVG Path → Points Converter

Paste SVG path data, get a JavaScript array for your DFT Drawing project

  1. Create your drawing using the SVG Path Editor, Google Drawings (export as SVG), or any vector tool
  2. Option A: Upload your .svg file using the button below
    Option B: Paste the path data (the d attribute starting with M)
  3. Set the number of points and click Convert
  4. Copy the output into your drawing.js file