digraph G {
node [ fillcolor=#ffdead ] graph [ label="Graph from DOT" ]
"DOT" -> "Graph::Easy::Parser" -> "HTML"
} </graph>