view client-server-checkout.dot @ 13:d40293730589

Removed arrowheads where necessary, and reversed one for clarity
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Mon, 12 Sep 2005 21:07:02 -0400
parents 80fbd1691bf8
children a0bbcf7a43b3
line wrap: on
line source

digraph G {
	size ="4,4";
	Repository [shape=box,style=filled,color="0.3 1.0 0.7"];
	ClientA [shape=box,label="Client A",style=filled,color="0.3 1.0 0.7"];
	ClientB [shape=box,label="Client B"];
	ClientC [shape=box,label="Client C"];
	Repository -> ClientA;
	Repository -> ClientB [arrowhead=none];
	Repository -> ClientC [arrowhead=none];
}