devankestel / hilldown

Hilldown
0 stars 0 forks source link

Grab hill coordinates from starting SVG. #11

Open devankestel opened 3 years ago

devankestel commented 3 years ago

Parse the curve information from the starting SVG and create an array of 101 pairs [(x, y)] that comprise the curve. Each pair will represent a % along the curve from 0-100. These will be used for future dot placement.