1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Minor fix in debug code

This commit is contained in:
Alessandro Ranellucci
2013-08-19 12:16:19 +02:00
parent 314f377d7b
commit da1b6117df
+2 -2
View File
@@ -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)",
);
}
}