// http://note.pad.constantvzw.org/p/graphviz // Export and save this text as a '.dot' file // Open it in Graphviz digraph { toolbox [style=dotted] TOOLS [style=filled fillcolor=hotpink fontcolor=yellow] Bleu [shape=tripleoctagon fontsize=125 fontcolor=yellow] "all about Tools" [shape=triangle style=filled fillcolor=red fontcolor=white] Void [style=dotted fontcolor=red fontsize=55] [shape=polygon sides=64] main [shape=square fontcolor=green] }