clipper-lib
clipper-lib copied to clipboard
Boolean operations and offsetting library in Javascript
This bug isn't in upstream, but somehow snuck in here: ``` - var op2 = this.AddOutPt(ePrev2, e.Bot); + var op2 = this.AddOutPt(ePrev, e.Bot); ```
please check "Files changed"
So much of this code has changed from the c# implementation that I'm hoping it is worth considering making it more readable as well. Also fixed a problem with the...
Thanks for maintaining this great library. Are planning on updating the current state to NPM? You updated the version some months ago, but there haven't been a release.
Hi there, i am wondering if there is a way to use clipper to do weighted offsets of a polyline? I dont know if thats the right wording, but what...
The alignment of these closing tags were preventing the docs from rendering correctly on [GitHub](https://github.com/junmer/clipper-lib/blob/master/Documentation.md#polytree) and in VS Code's Markdown Preview. # Currently ...
i'm using two functions to cut close or open shapes ```javascript // this one opens curve all the time, so i have to close it manually const boolean_area = (type,...