]> granicus.if.org Git - graphviz/commitdiff
Add source for info pages to CVS
authorerg <devnull@localhost>
Tue, 15 Apr 2008 17:20:25 +0000 (17:20 +0000)
committererg <devnull@localhost>
Tue, 15 Apr 2008 17:20:25 +0000 (17:20 +0000)
doc/infosrc/constraint.dot [new file with mode: 0644]
doc/infosrc/eqn.gif [new file with mode: 0644]
doc/infosrc/fill.dot [new file with mode: 0644]

diff --git a/doc/infosrc/constraint.dot b/doc/infosrc/constraint.dot
new file mode 100644 (file)
index 0000000..78c14fd
--- /dev/null
@@ -0,0 +1,5 @@
+  digraph G {
+         a -> c;
+         a -> b;
+         b -> c [constraint=false];
+       }
diff --git a/doc/infosrc/eqn.gif b/doc/infosrc/eqn.gif
new file mode 100644 (file)
index 0000000..24506b1
Binary files /dev/null and b/doc/infosrc/eqn.gif differ
diff --git a/doc/infosrc/fill.dot b/doc/infosrc/fill.dot
new file mode 100644 (file)
index 0000000..a1cc026
--- /dev/null
@@ -0,0 +1,8 @@
+digraph G {
+  rankdir=LR
+  node [shape=box, color=blue]
+  node1 [style=filled] 
+  node2 [style=filled, fillcolor=red]
+  node0 -> node1 -> node2
+}
+