My goal is to make a non-latin
based letter tracing application for mobile platforms. I have converted some of the characters to SVG files and have a single path but can't find an easy way to fill the path with consecutive buttons in order to guide the user through the drawing. So, my thought was to create buttons and listen for ondown
and force the user to follow the buttons on the path.
Alternatively, I could break up the path into many small paths and listen on each one. My problem is that I don't know how to break up an SVG path into many small paths. Something like this code would work if I could break up the character path into many small consecutive paths.