Raise offset scale factor back to 100000 now that Clipper was updated

degen-loop-screen
Alessandro Ranellucci 2012-11-15 10:09:29 +01:00
parent df70f6ac95
commit 580e36eb25
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ sub safety_offset {
sub offset {
my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_;
$scale ||= 10000;
$scale ||= 100000;
$joinType //= JT_MITER;
$miterLimit //= 2;