fablab-ka / LasaurApp

App for operating a Lasersaur.
http://lasersaur.com
3 stars 2 forks source link

fix (practically) endless recursion in SVG interpolation #15

Closed hoijui closed 7 years ago

hoijui commented 7 years ago

basically, stop recurrence/subdivision of paths, when the current path size is smaller then the tolerance in all dimensions. it seems to work well, according to a first visual inspection of the interpolated result, and is definitely fast.