Require the newest Math::Clipper and Boost::Geometry::Utils to avoid the huge memory leaks present in previous versions

This commit is contained in:
Alessandro Ranellucci 2013-05-20 09:56:55 +02:00
parent f13d4e4e66
commit c43ef45064
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ our @EXPORT_OK = qw(safety_offset safety_offset_ex offset offset_ex collapse_ex
diff_ex diff union_ex intersection_ex xor_ex PFT_EVENODD JT_MITER JT_ROUND
JT_SQUARE is_counter_clockwise union_pt offset2 offset2_ex traverse_pt);
use Math::Clipper 1.21 qw(:cliptypes :polyfilltypes :jointypes is_counter_clockwise area);
use Math::Clipper 1.22 qw(:cliptypes :polyfilltypes :jointypes is_counter_clockwise area);
use Slic3r::Geometry qw(scale);
our $clipper = Math::Clipper->new;