Skip to content

Commit

Permalink
Add non-empty label to avoid over-sized loops (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvid committed Jul 5, 2024
1 parent c997bfe commit 6d772cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wireviz/Harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def create_graph(self) -> Graph:
dot.edge(
f"{connector.name}:p{loop[0]}{loop_side}:{loop_dir}",
f"{connector.name}:p{loop[1]}{loop_side}:{loop_dir}",
label=" ", # Work-around to avoid over-sized loops.
)

# determine if there are double- or triple-colored wires in the harness;
Expand Down

0 comments on commit 6d772cf

Please sign in to comment.