diff --git a/examples/demo02.gv b/examples/demo02.gv
index 04af751..ee07780 100644
--- a/examples/demo02.gv
+++ b/examples/demo02.gv
@@ -34,7 +34,7 @@ graph {
edge [color="#000000:#00ff00:#000000"]
X1:p4r:e -- W2:w4:w
W2:w4:e -- X3:p4l:w
- W2 [label=<
|
| |
| X1:1 | BK | X3:1 | | | X1:2 | RD | X3:2 | | | X1:3 | YE | X3:3 | | | X1:4 | GN | X3:4 | | | |
|
> fillcolor=white margin=0 shape=box style="filled,dashed"]
+ W2 [label=< |
| |
| X1:1 | BK | X3:1 | | | X1:2 | RD | X3:2 | | | X1:3 | YE | X3:3 | | | X1:4 | GN | X3:4 | | | |
|
> fillcolor=white margin=0 shape=box style="filled,dashed"]
edge [color="#000000:#000000:#000000"]
X1:p1r:e -- W3:w1:w
W3:w1:e -- X4:p1l:w
@@ -47,12 +47,12 @@ graph {
edge [color="#000000:#8000ff:#000000"]
X1:p7r:e -- W3:w4:w
W3:w4:e -- X4:p5l:w
- W3 [label=< |
| |
| X1:1 | BK | X4:1 | | | X1:5 | BU | X4:3 | | | X1:6 | OG | X4:4 | | | X1:7 | VT | X4:5 | | | |
|
> fillcolor=white margin=0 shape=box style="filled,dashed"]
+ W3 [label=< |
| |
| X1:1 | BK | X4:1 | | | X1:5 | BU | X4:3 | | | X1:6 | OG | X4:4 | | | X1:7 | VT | X4:5 | | | |
|
> fillcolor=white margin=0 shape=box style="filled,dashed"]
edge [color="#000000:#000000:#000000"]
X5:p1r:e -- W4:w1:w
W4:w1:e -- X4:p1l:w
edge [color="#000000:#ff0000:#000000"]
X5:p2r:e -- W4:w2:w
W4:w2:e -- X4:p2l:w
- W4 [label=<> fillcolor=white margin=0 shape=box style="filled,dashed"]
+ W4 [label=<> fillcolor=white margin=0 shape=box style="filled,dashed"]
}
diff --git a/examples/demo02.png b/examples/demo02.png
index 53e7923..b2880cf 100644
Binary files a/examples/demo02.png and b/examples/demo02.png differ
diff --git a/examples/demo02.svg b/examples/demo02.svg
index 9c32c7f..9a0e7a6 100644
--- a/examples/demo02.svg
+++ b/examples/demo02.svg
@@ -126,7 +126,7 @@
0.14 mm² (26 AWG)
-0.2 m
+0.4 m
X1:1
BK
@@ -191,7 +191,7 @@
0.14 mm² (26 AWG)
-0.2 m
+0.3 m
X1:1
BK
@@ -358,41 +358,41 @@
W4
-
-
-2x
-
-0.5 mm² (21 AWG)
-
-0.35 m
+
+
+2x
+
+0.5 mm² (21 AWG)
+
+0.3 m
-X5:1
-BK
-X4:1
-
-
-
-X5:2
-RD
-X4:2
-
-
-
-
+X5:1
+BK
+X4:1
+
+
+
+X5:2
+RD
+X4:2
+
+
+
+
X5:e--W4:w
-
-
-
+
+
+
X5:e--W4:w
-
-
-
+
+
+
@@ -481,16 +481,16 @@
W4:e--X4:w
-
-
-
+
+
+
W4:e--X4:w
-
-
-
+
+
+
diff --git a/examples/demo02.yml b/examples/demo02.yml
index 4d30808..1fee94f 100644
--- a/examples/demo02.yml
+++ b/examples/demo02.yml
@@ -6,7 +6,6 @@ templates: # defining templates to be used later on
pinout: [GND, +5V, SCL, SDA]
- &wire_i2c
gauge: 0.14 mm2
- length: 0.2
colors: [BK, RD, YE, GN]
connectors:
@@ -31,20 +30,22 @@ cables:
W1:
<<: *wire_i2c
type: bundle
+ length: 0.2
show_equiv: true
W2:
<<: *wire_i2c
type: bundle
+ length: 0.4
show_equiv: true
W3:
gauge: 0.14 mm2
- length: 0.2
+ length: 0.3
colors: [BK, BU, OG, VT]
type: bundle
show_equiv: true
W4:
gauge: 0.5 mm2
- length: 0.35
+ length: 0.3
colors: [BK, RD]
type: bundle
show_equiv: true