Skip to content

GraphvizExamples MapWhole

Attila Sukosd edited this page Mar 15, 2013 · 1 revision

The TracProject portion points to the Trac project page at Edgewall while the rest of the image points to the Edgewall site.

#!graphviz
digraph G {
    URL="http://www.edgewall.com/";
    label = "Edgewall"

    TracProject [URL="http://projects.edgewall.com/trac/"];
    TracProject;
}

Version: 1 Time: Sun Sep 2 00:24:41 2007 Author: trac (None) IP: 127.0.0.1

Clone this wiki locally