echo 'digraph { "Xander" -> "Elise" [taillabel = "Sister of"] "Leo" -> "Elise" [taillabel = "Sister of"] "Elise" -> "Xander" [taillabel = "brother of"] "Leo" -> "Xander" [taillabel = "brother of"] "Camilla" -> "Xander" [taillabel = "Brother of"] "Garon" -> "Xander" [taillabel = "Son of"] "Elise" -> "Leo" [taillabel = "Half-brother of"] "Camilla" -> "Leo" [taillabel = "Half-brother of"] "Xander" -> "Leo" [taillabel = "Half-brother of"] "Forrest" -> "Leo" [taillabel = "Father of"] "Azura" -> "Leo" [taillabel = "Step-Brother of"] "Garon" -> "Leo" [taillabel = "Son of"] "Arete" -> "Leo" [taillabel = "Step-son of"] "Siegbert" -> "Leo" [taillabel = "Uncle of"] }' | dot -Tsvg > output.svg