blob: 64722647858c973799d58b4ea134968eb8043c4d [file] [log] [blame]
digraph {
rank=same;rankdir=LR;
node[shape="box"; fontsize=12];
edge[fontsize=8];
subgraph cluster_company {
style=invis;
subgraph cluster_project {
//digraph {
style=invis;
subgraph cluster_committer {
node[shape="box"; fontsize=12];
edge[fontsize=8];
project[shape="cylinder"; label="Project"]
node[shape="none"; fixedsize=true;imagescale=true;height=0.5;labelloc="b"; image="/home/wayne/Pictures/stickman.svg"];
{
rank=same;
committer[label="Committer"];
pmc[label="PMC"];
}
}
committer -> project[label="commits"]
pmc -> project[label="governs"];
}
// company[label="Company"];
// company -> committer[label="employs"];
}
}