File: overview.txt

package info (click to toggle)
libgraph-easy-perl 0.76-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,264 kB
  • sloc: perl: 23,869; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
graph { flow: south; }

node.input { fill: lime; }
node.output { fill: darkorange; }
node.dot { fill: gold; }

[ Text ], [ Graphviz ] { class: input; } -> [ Parser ]

[ Perl ] { class: input; }, [ Parser ] -> [ Graph::Easy ]  -> { start: front; }
  [ Text2 ] { label: Text; }, [ Graphviz2 ] { class: output }

[ Graph::Easy ] -> [ Layouter ]

[ Graphviz2 ] { label: Graphviz; }

 -> { minlen: 1; } [ dot ] { fill: #8080ff; } -> { start: front; }
  [ .pdf ], [ .png ], [ .ps ] { class: dot; }

 [ Layouter ] { offset: 2,0; origin: Graph::Easy; } -> { start: front; }
  [ ASCII /\nUnicode ], [ HTML ], [ SVG ] { class: output }