echo 'digraph { "Sonya Blade" -> "Cassie Cage" [taillabel = "Daughter of"] "Johnny Cage" -> "Cassie Cage" [taillabel = "Daughter of"] "Cassie Cage" -> "Johnny Cage" [taillabel = "Father of"] "Sonya Blade" -> "Johnny Cage" [taillabel = "Lover of"] "Cassie Cage" -> "Sonya Blade" [taillabel = "Mother of"] "Johnny Cage" -> "Sonya Blade" [taillabel = "Lover of"] }' | dot -Tsvg > output.svg