echo 'digraph { "Garon" -> "Arete" [taillabel = "Wife of"] "Azura" -> "Arete" [taillabel = "Mother of"] "Arete" -> "Garon" [taillabel = "Husband of"] "Camilla" -> "Garon" [taillabel = "Father of"] "Elise" -> "Garon" [taillabel = "Father of"] "Leo" -> "Garon" [taillabel = "Father of"] "Xander" -> "Garon" [taillabel = "Father of"] "Azura" -> "Garon" [taillabel = "Step-father of"] "Mikoto" -> "Garon" [taillabel = "Brother-in-law of"] }' | dot -Tsvg > output.svg