diff 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 diff
--- a/client-server-checkout.dot	Mon Sep 12 20:21:05 2005 -0400
+++ b/client-server-checkout.dot	Mon Sep 12 21:07:02 2005 -0400
@@ -5,6 +5,6 @@
 	ClientB [shape=box,label="Client B"];
 	ClientC [shape=box,label="Client C"];
 	Repository -> ClientA;
-	Repository -> ClientB;
-	Repository -> ClientC;
+	Repository -> ClientB [arrowhead=none];
+	Repository -> ClientC [arrowhead=none];
 }