echo 'digraph { "Kazuya Mishima" -> "Bruce Irvin" [taillabel = "bodyguard of"] "Lei Wulong" -> "Bruce Irvin" [taillabel = "Former partner of"] "Jin Kazama" -> "Kazuya Mishima" [taillabel = "Father of"] "Heihachi Mishima" -> "Kazuya Mishima" [taillabel = "son of"] "Jinpachi Mishima" -> "Kazuya Mishima" [taillabel = "grandson of"] "Kazumi Mishima" -> "Kazuya Mishima" [taillabel = "Son of"] "Jun Kazama" -> "Kazuya Mishima" [taillabel = "Husband of"] "Wang Jinrei" -> "Lei Wulong" [taillabel = "Partner of"] "Bruce Irvin" -> "Lei Wulong" [taillabel = "Former partner of"] "Bryan Fury" -> "Lei Wulong" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg