Currently we do these steps manually but we are moving to automate it.
Open *.svg file to convert it to json
- Regexr regex =
.*"d": "(.*)",?d - Copy paste from @Svgson
- Select List = $1
Copy paste result from @Regexr to here
Currently we do these steps manually but we are moving to automate it.
Open *.svg file to convert it to json
.*"d": "(.*)",?dCopy paste result from @Regexr to here