echo 'digraph { "Sagat" -> "Dan Hibiki" [taillabel = "Rival of"] "Gouken" -> "Dan Hibiki" [taillabel = "Student of"] "Sakura Kasugano" -> "Dan Hibiki" [taillabel = "Teacher of"] "Karin Kanzuki" -> "Sakura Kasugano" [taillabel = "Enemy of"] "Ryu" -> "Sakura Kasugano" [taillabel = "Friend of"] "Ryu" -> "Sagat" [taillabel = "Rival of"] "M. Bison" -> "Sagat" [taillabel = "Subordinate of"] "Vega " -> "Sagat" [taillabel = "Teammate of"] "Balrog" -> "Sagat" [taillabel = "Teammate of"] "Adon" -> "Sagat" [taillabel = "Teacher of"] "Dan Hibiki" -> "Sagat" [taillabel = "Rival of"] "Akuma" -> "Gouken" [taillabel = "Older Brother of"] "Ryu" -> "Gouken" [taillabel = "Teacher of"] "Ken Masters" -> "Gouken" [taillabel = "Teacher of"] "Dan Hibiki" -> "Gouken" [taillabel = "Teacher of"] }' | dot -Tsvg > output.svg