https://github.com/cvdlab/svg2lines
Transform simplified SVGs to `.lines` exchange file format
https://github.com/cvdlab/svg2lines
Last synced: 4 months ago
JSON representation
Transform simplified SVGs to `.lines` exchange file format
- Host: GitHub
- URL: https://github.com/cvdlab/svg2lines
- Owner: cvdlab
- License: mit
- Created: 2016-04-07T14:56:38.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-09-22T14:41:06.000Z (almost 10 years ago)
- Last Synced: 2025-12-10T03:38:59.649Z (7 months ago)
- Language: HTML
- Homepage: http://cvdlab.github.io/svg2lines
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svg2lines
Questo tool permette la conversione di SVG in un formato che esprime ciascun elemento del disegno utilizzando esclusivamente linee.
## Come funziona
- Effettuare il drag and drop nell'area disponibile a questo indirizzo http://cvdlab.github.io/svg2lines.
- Automaticamente il sistema fornirà un'anteprima della conversione ed effettuerà il download di un file strutturato nel seguente modo `
x1,y1,x2,y2`
## Cosa supporta
SVG standard contenenti le seguenti tipologie di elementi
- ``
- ``
- ``
- ``
- ``
- ``
- ``
## Cosa NON supporta
- `transform="..."`
## Supporto
Per segnalare incompatibilità aprire un issue al seguente indirizzo https://github.com/cvdlab/svg2lines/issues allegando il file non supportato.