This commit is contained in:
Alessandro Ranellucci 2013-04-18 19:49:02 +02:00
parent 17f76c4951
commit 4e6c58f749

View File

@ -113,7 +113,7 @@ sub ex_int_offset2 {
}
sub collapse_ex {
my ($polygons, $width) = @_;use XXX; YYY
my ($polygons, $width) = @_;
return [ ex_int_offset2($polygons, -$width/2, +$width/2) ];
}