Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2011-10-10 00:18:06 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-10-10 00:18:06 +0400
commit84abd41cf454bcc9bccaa0c3921263d519106d97 (patch)
tree76a4f389ba15fa0aab363157fe374dd5e262e22b /lib/Slic3r/SVG.pm
parent459577f9a2ee4b6a751ba735cf23a023bcd68ce8 (diff)
Fixes for bridges
Diffstat (limited to 'lib/Slic3r/SVG.pm')
-rw-r--r--lib/Slic3r/SVG.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r/SVG.pm b/lib/Slic3r/SVG.pm
index ff3faa66b..68b0321b2 100644
--- a/lib/Slic3r/SVG.pm
+++ b/lib/Slic3r/SVG.pm
@@ -65,7 +65,7 @@ sub output {
foreach my $type (qw(points red_points)) {
if ($things{$type}) {
- my ($colour, $r) = $type eq 'points' ? ('black', 2) : ('red', 3);
+ my ($colour, $r) = $type eq 'points' ? ('black', 5) : ('red', 3);
my $g = $svg->group(
style => {
'stroke-width' => 2,