echo 'digraph { "Sakura" -> "Fai D. Flourite" [taillabel = "Friend of"] "Kurogane" -> "Fai D. Flourite" [taillabel = "Friend of"] "Shaoran" -> "Fai D. Flourite" [taillabel = "Friend of"] "Fai D. Flourite" -> "Kurogane" [taillabel = "Friend of"] "Tomoyo" -> "Kurogane" [taillabel = "Subordinate of"] "Touya" -> "Sakura" [taillabel = "Younger Sister of"] "Sakura Kinomoto" -> "Sakura" [taillabel = "Older Version of"] "Shaoran" -> "Sakura" [taillabel = "In love with"] "Fai D. Flourite" -> "Sakura" [taillabel = "Friend of"] "Kurogane" -> "Sakura" [taillabel = "Friend of"] "Fujitaka" -> "Shaoran" [taillabel = "Adopted son of"] "Syaoran Li" -> "Shaoran" [taillabel = "Older Version of"] "Sakura" -> "Shaoran" [taillabel = "In love with"] "Fai D. Flourite" -> "Shaoran" [taillabel = "Friend of"] "Kurogane" -> "Shaoran" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg