Skip to content

Releases: micycle1/Clipper2-java

2.0.1

09 Mar 21:01
290517c

Choose a tag to compare

https://github.com/AngusJohnson/Clipper2/releases/tag/Clipper2_2.0.1

Java Note: This version changes the project package name from clipper2 to com.github.micycle1.clipper2, and all public-facing methods are now (finally) camelCase (rather than C# CapitalCase). Any existing code that uses clipper2-java will need to be updated to reflect these changes.

1.5.4

09 Mar 10:45
a95b4e5

Choose a tag to compare

1.3.4

15 Feb 23:11
cef4ace

Choose a tag to compare

Fix PolyTreeD scaling bug (in ClipperD.Execute(..., PolyTreeD polytree, ...)).

1.3.3

06 Sep 08:07

Choose a tag to compare

Fixes a few small non-algorithm issues.

1.3.2

15 Jul 10:25

Choose a tag to compare

Fixes a bug with open path offsetting.

1.3.1

18 Apr 02:17

Choose a tag to compare

Fixes some bugs present only in the Java port, introduced between 1.2.4 and 1.3.0.

And fixes up RectClip, which had some null pointer errors and other issues.

1.3.0

07 Apr 18:41

Choose a tag to compare

Based on parent 1.3.0.

1.2.4

07 Apr 17:08

Choose a tag to compare

Based on parent 1.2.4.

1.2.3

06 Apr 13:57

Choose a tag to compare

What's Changed

Based on parent 1.2.3, plus:

  • InflatePaths - fixed issue with no ArcTolerance scaling by @istinnstudio in #17

1.2.2.b

07 Nov 21:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.2...1.2.2b