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

« back to all changes in this revision

Viewing changes to rtest/nshare/rowcolsep_dot.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 [nodesep="0.5"];
 
3
        node [label="\N", shape=box];
 
4
        graph [bb="0,0,144,108"];
 
5
        aaa [pos="27,90", width="0.75", height="0.50"];
 
6
        bbb [pos="27,18", width="0.75", height="0.50"];
 
7
        BBB [pos="117,18", width="0.75", height="0.50"];
 
8
        AAA [pos="117,90", width="0.75", height="0.50"];
 
9
        aaa -> bbb [pos="e,27,36 27,72 27,64 27,55 27,46"];
 
10
        aaa -> BBB [pos="e,95,36 50,72 61,63 75,52 87,42"];
 
11
        AAA -> BBB [pos="e,117,36 117,72 117,64 117,55 117,46"];
 
12
        AAA -> bbb [pos="e,49,36 94,72 83,63 69,52 57,42"];
 
13
}