diff --git a/examples/ex15.html b/examples/ex15.html
index d87404e..d149cc2 100644
--- a/examples/ex15.html
+++ b/examples/ex15.html
@@ -100,17 +100,17 @@
X1:c--X1:c
-
+
X1:c--X1:c
-
+
X1:c--X1:c
-
+
@@ -283,17 +283,17 @@
X2:c--X2:c
-
+
X2:c--X2:c
-
+
X2:c--X2:c
-
+
diff --git a/examples/ex15.png b/examples/ex15.png
index 10b97dd..1fe560e 100644
Binary files a/examples/ex15.png and b/examples/ex15.png differ
diff --git a/examples/ex15.svg b/examples/ex15.svg
index f9511ab..d006211 100644
--- a/examples/ex15.svg
+++ b/examples/ex15.svg
@@ -71,17 +71,17 @@
X1:c--X1:c
-
+
X1:c--X1:c
-
+
X1:c--X1:c
-
+
@@ -254,17 +254,17 @@
X2:c--X2:c
-
+
X2:c--X2:c
-
+
X2:c--X2:c
-
+
diff --git a/src/wireviz/Harness.py b/src/wireviz/Harness.py
index 346b42b..5fb84f0 100644
--- a/src/wireviz/Harness.py
+++ b/src/wireviz/Harness.py
@@ -272,7 +272,7 @@ class Harness:
for short, short_color in zip_longest(connector.internal_shorts, connector.internal_shorts_color):
if short_color == None:
short_color = "BK"
- dot.attr("edge", color=str(wv_colors.translate_color(short_color, "HEX")), headclip="false", tailclip="false", style="dashed")
+ dot.attr("edge", color=str(wv_colors.translate_color(short_color, "HEX")), headclip="false", tailclip="false", style="solid,bold")
for i in range(1, len(short)):
dot.edge(
f"{connector.name}:p{short[i - 1]}j:c",