clipper-lib icon indicating copy to clipboard operation
clipper-lib copied to clipboard

Boolean operations and offsetting library in Javascript

Results 7 clipper-lib issues
Sort by recently updated
recently updated
newest added

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); ```

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 ![Screenshot 2023-06-02 at 1 57 00 PM](https://github.com/junmer/clipper-lib/assets/1214349/36dd7b76-d0c7-4e35-bd5c-bd70d453546e)...

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,...