~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to rtest/nshare/html_dot.dot

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - 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 or python2.5-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
1
digraph structs {
2
2
        node [label="\N", shape=plaintext];
3
 
        graph [bb="0,0,230,152"];
 
3
        graph [bb="0,0,234,152"];
4
4
        struct1 [label=<
5
5
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
6
6
  <TR><TD>left</TD><TD PORT="f1">mid dle</TD><TD PORT="f2">right</TD></TR>
7
 
</TABLE>>, pos="76,134", width="1.69", height="0.50"];
 
7
</TABLE>>, pos="76,134", width="1.72", height="0.50"];
8
8
        struct2 [label=<
9
9
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
10
10
  <TR><TD PORT="f0">one</TD><TD>two</TD></TR>
23
23
  <TR>
24
24
    <TD COLSPAN="3">f</TD>
25
25
  </TR>
26
 
</TABLE>>, pos="159,40", width="1.97", height="1.11"];
 
26
</TABLE>>, pos="161,40", width="2.03", height="1.11"];
27
27
        struct1:f1 -> struct2:f0 [pos="e,27,50 68,124 59,109 43,79 32,59"];
28
 
        struct1:f2 -> struct3:here [pos="e,158,52 118,124 127,109 142,81 153,61"];
 
28
        struct1:f2 -> struct3:here [pos="e,159,52 119,124 128,109 143,81 154,61"];
29
29
}