Support material lines need to be white

degen-loop-screen
Alessandro Ranellucci 2012-06-11 20:42:39 +02:00
parent 55ed4af06e
commit b926e0b27d
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ EOF
# supported points
my $support_point = nearest_point($expolygon->contour->[0], \@supported_points);
my $anchor_point = nearest_point($support_point, $expolygon->contour->[0]);
printf $fh qq{ <line x1="%s" y1="%s" x2="%s" y2="%s" style="stroke-width: 2" />\n},
printf $fh qq{ <line x1="%s" y1="%s" x2="%s" y2="%s" style="stroke-width: 2; stroke: white" />\n},
map @$_, $support_point, $anchor_point;
}
}