]> granicus.if.org Git - graphviz/commitdiff
Update info files
authorerg <devnull@localhost>
Tue, 26 Apr 2005 19:26:38 +0000 (19:26 +0000)
committererg <devnull@localhost>
Tue, 26 Apr 2005 19:26:38 +0000 (19:26 +0000)
doc/info/shapes.html

index 507f5eed5ddf72c75ceff91f60124239d552c4fd..5e5f39bb9ab511c521fc8f77bc50ee98f8b4e585 100644 (file)
@@ -230,7 +230,7 @@ digraph R {
   rankdir=LR
   node [style=rounded]
   node1 [shape=box]
-  node2 [shape=diamond]
+  node2 [fillcolor=yellow, style="rounded,filled", shape=diamond]
   node3 [shape=record, label="{ a | b | c }"]
 
   node1 -> node2 -> node3