mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Minor fix in debug code
This commit is contained in:
@@ -79,7 +79,7 @@ sub output {
|
|||||||
);
|
);
|
||||||
$g->$method(
|
$g->$method(
|
||||||
%$path,
|
%$path,
|
||||||
'marker-end' => $arrows ? "" : "url(#endArrow)",
|
'marker-end' => !$arrows ? "" : "url(#endArrow)",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} elsif ($type =~ /^(?:(.+?)_)?points$/) {
|
} elsif ($type =~ /^(?:(.+?)_)?points$/) {
|
||||||
@@ -117,7 +117,7 @@ sub output {
|
|||||||
style => {
|
style => {
|
||||||
'stroke' => $colour || 'black',
|
'stroke' => $colour || 'black',
|
||||||
},
|
},
|
||||||
'marker-end' => $arrows ? "" : "url(#endArrow)",
|
'marker-end' => !$arrows ? "" : "url(#endArrow)",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user