You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a project I am working on I get an array of points with different radiuses for each point(corner). I forked this repository and made the changed (one line) that work for me.
The problem is, this solution lacks the following:
not backwards compatible
no support for multiple subpaths
when the overlap filter removes items from the array the indexes don't line up any more.
Looking forward to your opinion.
The text was updated successfully, but these errors were encountered:
Hey @jaapvanhoek Thats an interesting idea! Thanks for the feature request, I imagine this could be useful. As you pointed out there are a few challenges and a few things would need to be changed to make this happen. The param radius in the signature of roundCommands should be a number | number[] so users could keep it simple and the library stays backward compatible. If it's an array, it could be filtered together with overlapping points. I think this could work for subpaths as well.
Would you have time/interest in trying this out?
In a project I am working on I get an array of points with different radiuses for each point(corner). I forked this repository and made the changed (one line) that work for me.
The problem is, this solution lacks the following:
Looking forward to your opinion.
The text was updated successfully, but these errors were encountered: