diff --git a/src/napari_tracing/_widget.py b/src/napari_tracing/_widget.py index a140a3b..727d714 100644 --- a/src/napari_tracing/_widget.py +++ b/src/napari_tracing/_widget.py @@ -715,9 +715,9 @@ def plot_brightest_path( points, name=self.active_image_layer.name + "_tracing", size=1, - edge_width=1, + border_width=1, face_color="green", - edge_color="green", + border_color="green", ) tracing_layers.result_tracing_layer = ( self.active_tracing_result_layer