echo 'digraph { "Billy Kane" -> "Hein" [taillabel = "Teammate of"] "Geese Howard" -> "Hein" [taillabel = "Servant of"] "Ryuji Yamazaki" -> "Billy Kane" [taillabel = "Former teammate of"] "Blue Mary" -> "Billy Kane" [taillabel = "Former teammate of"] "Geese Howard" -> "Billy Kane" [taillabel = "Servant of"] "Lilly Kane" -> "Billy Kane" [taillabel = "Older Brother of"] "Terry Bogard" -> "Billy Kane" [taillabel = "Enemy of"] "Hein" -> "Billy Kane" [taillabel = "Teammate of"] "Eiji Kisaragi" -> "Billy Kane" [taillabel = "Former teammate of"] "Iori Yagami" -> "Billy Kane" [taillabel = "Former teammate of"] "Rock Howard" -> "Geese Howard" [taillabel = "Father of"] "Terry Bogard" -> "Geese Howard" [taillabel = "Enemy of"] "Andy Bogard" -> "Geese Howard" [taillabel = "Enemy of"] "Mr. Big" -> "Geese Howard" [taillabel = "Former teammate of"] "Billy Kane" -> "Geese Howard" [taillabel = "Teammate of"] "Hein" -> "Geese Howard" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg