echo 'digraph { "Cheese the Chao" -> "Cream the Rabbit" [taillabel = "Best friend of"] "Vanilla the Rabbit" -> "Cream the Rabbit" [taillabel = "Daughter of"] "Amy Rose" -> "Cream the Rabbit" [taillabel = "Friend of"] "Tails" -> "Cream the Rabbit" [taillabel = "Friend of"] "Sonic the Hedgehog" -> "Amy Rose" [taillabel = "Friend of"] "Sonic the Hedgehog" -> "Amy Rose" [taillabel = "In love with"] "Cream the Rabbit" -> "Amy Rose" [taillabel = "Friend of"] "Sonic the Hedgehog" -> "Tails" [taillabel = "Friend of"] "Cream the Rabbit" -> "Cheese the Chao" [taillabel = "Friend of"] "Cream the Rabbit" -> "Vanilla the Rabbit" [taillabel = "Mother of"] "Vector the Crocodile" -> "Vanilla the Rabbit" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg