Algorithmic input should be a two part function callback, the first part takes in the canvas area aspect ratio, and returns a maximum length of the path and a recommended step size (precision). Second function takes a given distance away from zero (towards the maximum length) and returns an x/y percentage based coordinate.
This, while a cool idea, is off-base for current versions of robopaint, especially considering the lack of third party input. I'll consider going down this rabbit hole if people start asking for it, but till then.. closed!
Algorithmic input should be a two part function callback, the first part takes in the canvas area aspect ratio, and returns a maximum length of the path and a recommended step size (precision). Second function takes a given distance away from zero (towards the maximum length) and returns an x/y percentage based coordinate.