changeset 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 84be94f5bb7d
children b2bec5a79ce0
files client-server-checkout.dot client-server-commit.dot client-server-modified.dot client-server.dot
diffstat 4 files changed, 11 insertions(+), 11 deletions(-) [+]
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];
 }
--- a/client-server-commit.dot	Mon Sep 12 20:21:05 2005 -0400
+++ b/client-server-commit.dot	Mon Sep 12 21:07:02 2005 -0400
@@ -4,7 +4,7 @@
 	ClientA [shape=box,label="Client A",style=filled,color="0.3 1.0 1.0"];
 	ClientB [shape=box,label="Client B"];
 	ClientC [shape=box,label="Client C"];
-	Repository -> ClientA;
-	Repository -> ClientB;
-	Repository -> ClientC;
+	Repository -> ClientA [arrowhead=inv];
+	Repository -> ClientB [arrowhead=none];
+	Repository -> ClientC [arrowhead=none];
 }
--- a/client-server-modified.dot	Mon Sep 12 20:21:05 2005 -0400
+++ b/client-server-modified.dot	Mon Sep 12 21:07:02 2005 -0400
@@ -4,7 +4,7 @@
 	ClientA [shape=box,label="Client A",style=filled,color="0.3 1.0 1.0"];
 	ClientB [shape=box,label="Client B"];
 	ClientC [shape=box,label="Client C"];
-	Repository -> ClientA;
-	Repository -> ClientB;
-	Repository -> ClientC;
+	Repository -> ClientA [arrowhead=none];
+	Repository -> ClientB [arrowhead=none];
+	Repository -> ClientC [arrowhead=none];
 }
--- a/client-server.dot	Mon Sep 12 20:21:05 2005 -0400
+++ b/client-server.dot	Mon Sep 12 21:07:02 2005 -0400
@@ -4,7 +4,7 @@
 	ClientA [shape=box,label="Client A"];
 	ClientB [shape=box,label="Client B"];
 	ClientC [shape=box,label="Client C"];
-	Repository -> ClientA;
-	Repository -> ClientB;
-	Repository -> ClientC;
+	Repository -> ClientA [arrowhead=none];
+	Repository -> ClientB [arrowhead=none];
+	Repository -> ClientC [arrowhead=none];
 }