Support material lines need to be white
This commit is contained in:
parent
55ed4af06e
commit
b926e0b27d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue