~ubuntu-branches/ubuntu/precise/graphviz/precise-updates

« back to all changes in this revision

Viewing changes to rtest/nshare/edgeclip_dot.dot

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 02:06:56 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080208020656-a3cbewe5ly6dpj0s
Tags: 2.16-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev.
  - Build-depend on liblua50-dev instead of liblua5.1-0-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph G {
 
2
        node [label="\N"];
 
3
        graph [bb="0,0,126,108"];
 
4
        ab [pos="27,90", width="0.75", height="0.50"];
 
5
        cd [pos="27,18", width="0.75", height="0.50"];
 
6
        CD [pos="99,18", width="0.75", height="0.50"];
 
7
        AB [pos="99,90", width="0.75", height="0.50"];
 
8
        ab -> cd [pos="e,27,36 27,72 27,64 27,55 27,46"];
 
9
        ab -> CD [tailclip=false, pos="e,84,33 27,90 27,90 56,61 77,40"];
 
10
        AB -> CD [headclip=false, pos="e,99,18 99,72 99,58 99,40 99,28"];
 
11
        AB -> cd [tailclip=false, headclip=false, pos="e,27,18 99,90 99,90 52,43 34,25"];
 
12
}