File: reload_process_tree_1.svg

package info (click to toggle)
swift 2.35.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 22,760 kB
  • sloc: python: 281,901; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (35 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" width="250" height="140" viewbox="0 0 250 140" xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="5" y="5" width="200" height="50" rx="10" />
    <text x="105" y="30">Manager Process</text>
  </g>
  <g>
    <rect x="25" y="65" width="200" height="50" rx="10" />
    <rect x="35" y="75" width="200" height="50" rx="10" />
    <rect x="45" y="85" width="200" height="50" rx="10" />
    <text x="145" y="110">Workers</text>
  </g>
  <path d="M 15 55 V 100 H 35
           m -5 -5 l 5 5 -5 5" />
  <style>
    <![CDATA[
      rect {
        fill: #edf2f7;
        stroke: #2A4E68;
        stroke-width: 2;
      }
      path {
        fill: none;
        stroke-width: 2;
        stroke: black;
      }
      text {
        dominant-baseline: central;
        text-anchor: middle;
        font: 12 sans-serif;
      }
    ]]>
  </style>
</svg>