File: 1896.dot

package info (click to toggle)
graphviz 14.1.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 139,476 kB
  • sloc: ansic: 142,288; cpp: 11,975; python: 7,883; makefile: 4,044; yacc: 3,030; xml: 2,972; tcl: 2,495; sh: 1,391; objc: 1,159; java: 560; lex: 423; perl: 243; awk: 156; pascal: 139; php: 58; ruby: 49; cs: 31; sed: 1
file content (13 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
digraph "" {
  graph [fontcolor="#ffffff", pack="true", packmode="clust", ranksep="1.0", style="rounded", bgcolor="#1E1E1E", fontname="Arial", fontsize="9", label="", compound="true", fillcolor="#afd870", rankdir="LR"];
  node [fontcolor="#ffffff", shape="rectangle", node_initialized="no", fixedsize="false", style="filled", color="grey", fontname="Arial", fontsize="9", width="0.0", height="0.0", fillcolor="#1e1e1e", label="", compound="true"];
  edge [arrowtail="none", dir="forward", arrowhead="normal", fontcolor="#ffffff", arrowsize="0.5", ltail="", lhead="", color="black", fontname="Arial", fontsize="9", label="", compound="true"];
  subgraph "cluster_1" {
    graph [fontcolor="#afd870", color="#afd870", label="A"];
    __N2 [fontcolor="white", shape="note", style="filled", color="#90c4e4", label="a", fillcolor="#1976d2"];
    __N3 [shape="note", style="filled", color="#90c4e4", label="b", fillcolor="#1e1e1e"];
    __N3 -> __N2 [arrowtail="none", dir="forward", arrowhead="normal", style="solid", color="#4e8cb9", label=""];
  }
  __N4 [shape="box3d", style="filled", color="#90c4e4", label="c", fillcolor="#1e1e1e"];
  __N2 -> __N4 [arrowtail="none", dir="forward", arrowhead="normal", style="solid", color="#4e8cb9", label=""];
}