v6.2.1 (31 October 2014) Rev 482
Changelog:
- Bugfix in ClipperOffset.Execute where the Polytree.IsHole property
was returning incorrect values with negative offsets - Very minor improvement to join rounding in ClipperOffset
- Fixed CPP OpenGL demo.
Also includes the following:
v6.2.0 (17 October 2014) Rev 477
- Numerous minor bugfixes, too many to list.
(See revisions 454-475 in Sourceforge Repository) - The ZFillFunction (custom callback function) has had its parameters
changed. - Curves demo removed (temporarily).
- Deprecated functions have been removed.
v6.1.5 (26 February 2014) Rev 460
- Improved the joining of output polygons sharing a common edge
when those common edges are horizontal. - Fixed a bug in ClipperOffset.AddPath() which would produce
incorrect solutions when open paths were added before closed paths. - Minor code tidy and performance improvement
v6.1.4 (6 February 2014)
- Fixed bugs in MinkowskiSum
- Fixed minor bug when using Clipper.ForceSimplify.
- Modified use_xyz callback so that all 4 vertices around an
intersection point are now passed to the callback function.