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

« back to all changes in this revision

Viewing changes to rtest/graphs/b3.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
        graph [
 
3
                fontsize = "14"
 
4
                fontname = "Times-Roman"
 
5
                fontcolor = "black"
 
6
                color = "black"
 
7
        ]
 
8
        node [
 
9
                fontsize = "14"
 
10
                fontname = "Times-Roman"
 
11
                fontcolor = "black"
 
12
                shape = "ellipse"
 
13
                color = "black"
 
14
        ]
 
15
        edge [
 
16
                fontsize = "14"
 
17
                fontname = "Times-Roman"
 
18
                fontcolor = "black"
 
19
                color = "black"
 
20
        ]
 
21
        "n0" [
 
22
                label = "(balanced)"
 
23
                color = "black"
 
24
                width = "0.833333"
 
25
                fontsize = "14"
 
26
                fontname = "Times-Roman"
 
27
                fontcolor = "black"
 
28
                pos = "151.378446,405.811623"
 
29
                height = "0.416667"
 
30
                shape = "ellipse"
 
31
        ]
 
32
        "n1" [
 
33
                label = "(unbalanced"
 
34
                color = "black"
 
35
                width = "0.833333"
 
36
                fontsize = "14"
 
37
                fontname = "Times-Roman"
 
38
                fontcolor = "black"
 
39
                pos = "163.408521,310.621242"
 
40
                height = "0.416667"
 
41
                shape = "ellipse"
 
42
        ]
 
43
}