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

« back to all changes in this revision

Viewing changes to rtest/graphs/url.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
 
 
3
  URL="http://www.graphviz.org/doc/info/output.html"
 
4
  label=output
 
5
  lang [ URL="http://www.graphviz.org/doc/info/lang.html" ]
 
6
   colors [
 
7
  style=filled
 
8
  fillcolor=lightblue
 
9
  URL="http://www.graphviz.org/doc/info/output.html"
 
10
label=<<table href="http://www.graphviz.org/doc/info/colors.html"><tr><td BGCOLOR="green">colors</td></tr></table>>];
 
11
 
 
12
  subgraph cluster0 {
 
13
     style=filled
 
14
     fillcolor=yellow
 
15
     URL="http://www.graphviz.org/doc/info/arrows.html"
 
16
     label=arrows
 
17
     command [ style=filled
 
18
        fillcolor=grey
 
19
        URL="http://www.graphviz.org/doc/info/command.html" ]
 
20
     name [ URL="\G \N"]
 
21
  }
 
22
  lang ->  command [ URL="http://www.graphviz.org/doc/info/shapes.html" 
 
23
  ]
 
24
  lang -> colors [ URL="\E" edgetooltip=self ]
 
25
  lang -> size [ URL="headurl" edgetooltip=headurl headlabel=size headULR=headsize]
 
26
  word -> size [ URL="tailurl" taillabel=size tailULR=tailsize]
 
27
  word -> garf [ URL="labelurl" label=garf labelURL=garf]
 
28
  line -> all [ 
 
29
    URL="labelurl" 
 
30
    edgeurl="edgeurl" 
 
31
    edgetooltip=edgetooltip
 
32
    label=garf 
 
33
    labelURL=garf
 
34
    headURL=headURL
 
35
    headlabel=headlabel
 
36
    headtooltip=headtooltip
 
37
    tailURL=tailURL
 
38
    taillabel=taillabel
 
39
    tailtooltip=tailtooltip
 
40
  ]
 
41
}