~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to graphs/directed/train11.gv

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph G {
 
2
        size="6,6";
 
3
        node [shape=circle,fontsize=8];
 
4
        rankdir=LR;
 
5
        st9 -> st9 [label="11/1"];
 
6
        st9 -> st10 [label="10/1"];
 
7
        st8 -> st8 [label="10/1"];
 
8
        st8 -> st0 [label="00/-"];
 
9
        st7 -> st8 [label="10/1"];
 
10
        st7 -> st7 [label="00/1"];
 
11
        st6 -> st6 [label="01/1"];
 
12
        st6 -> st0 [label="00/-"];
 
13
        st5 -> st6 [label="01/1"];
 
14
        st5 -> st5 [label="11/1"];
 
15
        st4 -> st4 [label="01/1"];
 
16
        st4 -> st0 [label="00/-"];
 
17
        st3 -> st4 [label="01/1"];
 
18
        st3 -> st3 [label="00/1"];
 
19
        st2 -> st9 [label="11/1"];
 
20
        st2 -> st7 [label="00/1"];
 
21
        st2 -> st2 [label="01/1"];
 
22
        st10 -> st10 [label="10/1"];
 
23
        st10 -> st0 [label="00/-"];
 
24
        st1 -> st5 [label="11/1"];
 
25
        st1 -> st3 [label="00/1"];
 
26
        st1 -> st1 [label="10/1"];
 
27
        st0 -> st2 [label="01/-"];
 
28
        st0 -> st1 [label="10/-"];
 
29
        st0 -> st0 [label="00/0"];
 
30
}