From: erg Date: Tue, 15 Apr 2008 17:20:25 +0000 (+0000) Subject: Add source for info pages to CVS X-Git-Tag: LAST_LIBGRAPH~32^2~4321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee74f04e026962a899180f9b724e0ee62faf2c3e;p=graphviz Add source for info pages to CVS --- diff --git a/doc/infosrc/html2.dot b/doc/infosrc/html2.dot new file mode 100644 index 000000000..04cf67637 --- /dev/null +++ b/doc/infosrc/html2.dot @@ -0,0 +1,46 @@ +digraph G { + rankdir=LR + node [shape=plaintext] + a [ + label=< + + + +
class
qualifier
> + ] + b [shape=ellipse style=filled + label=< + + + + + + + +
elephanttwo
+ + + + +
corn
c
f
penguin
4
> + ] + c [ + label=line 2
line 3
> + ] + + subgraph { rank=same b c } + a:here -> b:there [arrowtail = diamond] + c -> b + d [shape=triangle] + d -> c [label=< + + + + + +
Edge labels
also
> + ] + +} + diff --git a/doc/infosrc/html3.dot b/doc/infosrc/html3.dot new file mode 100644 index 000000000..209f572cd --- /dev/null +++ b/doc/infosrc/html3.dot @@ -0,0 +1,20 @@ +digraph structs { + node [shape=plaintext]; + + struct1 [label=< + + + + + + + +
line 1line2line3line4 + + + + + +
Mixedfonts
+
>]; +}