echo 'digraph { "Rinoa Heartilly" -> "Seifer Almasy" [taillabel = "Former boyfriend of"] "Squall Leonhart" -> "Seifer Almasy" [taillabel = "Rival of"] "Rinoa Heartilly" -> "Squall Leonhart" [taillabel = "In love with"] "Laguna Loire" -> "Squall Leonhart" [taillabel = "Son of"] "Squall Leonhart" -> "Rinoa Heartilly" [taillabel = "In love with"] }' | dot -Tsvg > output.svg