Enter a SVG path data to visualize it and discover all its different commands
Enter a SVG path data to visualize it and discover all its different commands
I've been working with SVGs for some time and always struggled to understand the path data syntax so I figured I'd build a visualizer for it.
Enter an SVG path data (the string inside the d attribute) to visualize it and discover all its different commands.
I believe there is a lot of potential to explain more concept (Bezier curve, control points, etc.). I'd be happy to accept PRs!
npm install
npm run dev
npm run build
npm test
No open issues yet, or sync has not completed.