mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 10:38:57 +08:00
Minor fix in debug code
This commit is contained in:
parent
314f377d7b
commit
da1b6117df
@ -79,7 +79,7 @@ sub output {
|
||||
);
|
||||
$g->$method(
|
||||
%$path,
|
||||
'marker-end' => $arrows ? "" : "url(#endArrow)",
|
||||
'marker-end' => !$arrows ? "" : "url(#endArrow)",
|
||||
);
|
||||
}
|
||||
} elsif ($type =~ /^(?:(.+?)_)?points$/) {
|
||||
@ -117,7 +117,7 @@ sub output {
|
||||
style => {
|
||||
'stroke' => $colour || 'black',
|
||||
},
|
||||
'marker-end' => $arrows ? "" : "url(#endArrow)",
|
||||
'marker-end' => !$arrows ? "" : "url(#endArrow)",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user