Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathieudutour/svg-path-visualizer

Enter a SVG path data to visualize it and discover all its different commands
https://github.com/mathieudutour/svg-path-visualizer

svg svg-path visualization

Last synced: 6 days ago
JSON representation

Enter a SVG path data to visualize it and discover all its different commands

Awesome Lists containing this project

README

        

# SVG Path Visualizer 📐

→ **[SVG Path Visualizer 📐](https://svg-path-visualizer.netlify.app)**

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.

![SVG Path Visualizer 📐](./docs/screenshot.png "SVG Path Visualizer 📐")

## Contributing

I believe there is a lot of potential to explain more concept (Bezier curve, control points, etc.). I'd be happy to accept PRs!

## Project setup

```bash
yarn
```

### Compiles and hot-reloads for development

```bash
yarn start
```

### Compiles and minifies for production

```bash
yarn build
```

### Run your tests

```bash
yarn test
```