echo 'digraph { "Byleth (Female)" -> "Jeralt" [taillabel = "Father of"] "Byleth (Male)" -> "Jeralt" [taillabel = "Father of"] "Jeralt" -> "Byleth (Male)" [taillabel = "Son of"] "Jeralt" -> "Byleth (Female)" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg