SVG Paths to array of points - https://shinao.github.io/PathToPoints/
Extract points from SVG paths or generate them from a text.
Find the deployed version at https://sse-lnu.github.io/PathToPoints/.
This project was forked from https://github.com/Shinao/PathToPoints and slightly modified to ouput point coordinates compatibe with R. All the credit goes to that project.
You can either get each path array of points seperately each differentiated by a color or all of them at the end of the tabs.
The paths are then scaled and reposition as most as possible to the center of the screen.Each line correpond to a point, the x and y axis are separated by a comma. Each paths are separated by a #.
It is possible that the paths drawn are weird looking or cannot be seen. This app only takes paths into account, any rotation, transform and other attributes are ignored. Nevertheless the array of points given should be accurate.