Skip to content

Commit

Permalink
Removed stroke from node circle shape
Browse files Browse the repository at this point in the history
  • Loading branch information
oisyn committed Nov 14, 2023
1 parent a19e5cd commit 198b907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub fn default_node_draw<N: Clone, E: Clone, Ty: EdgeType, Ix: IndexType>(
center: loc,
radius: rad,
fill: color,
stroke: Stroke::new(1., color),
stroke: Stroke::NONE,
};
match is_interacted {
true => l.add_top(shape_node),
Expand Down

0 comments on commit 198b907

Please sign in to comment.