Raise offset scale factor back to 100000 now that Clipper was updated
This commit is contained in:
parent
df70f6ac95
commit
580e36eb25
@ -19,7 +19,7 @@ sub safety_offset {
|
|||||||
|
|
||||||
sub offset {
|
sub offset {
|
||||||
my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_;
|
my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_;
|
||||||
$scale ||= 10000;
|
$scale ||= 100000;
|
||||||
$joinType //= JT_MITER;
|
$joinType //= JT_MITER;
|
||||||
$miterLimit //= 2;
|
$miterLimit //= 2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user