2e11ac32da
Those were so unwieldy as to be uneditable before. Change-Id: Ic9f4a0ea6b8e18e1624c516890ab69884a299773
50 lines
1.5 KiB
XML
50 lines
1.5 KiB
XML
<?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="280" viewbox="0 0 250 280" xmlns="http://www.w3.org/2000/svg">
|
|
<g>
|
|
<rect x="5" y="5" width="200" height="50" rx="10" />
|
|
<text x="105" y="30">Re-exec'ed Manager</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">Old Workers</text>
|
|
</g>
|
|
<g>
|
|
<rect x="25" y="145" width="200" height="50" rx="10" />
|
|
<text x="125" y="170">Socket Closer</text>
|
|
</g>
|
|
<g>
|
|
<rect x="25" y="205" width="200" height="50" rx="10" />
|
|
<rect x="35" y="215" width="200" height="50" rx="10" />
|
|
<rect x="45" y="225" width="200" height="50" rx="10" />
|
|
<text x="145" y="250">New Workers</text>
|
|
</g>
|
|
<path d="M 15 55 V 100 H 35
|
|
m -5 -5 l 5 5 -5 5" />
|
|
<path d="M 15 55 V 170 H 25
|
|
m -5 -5 l 5 5 -5 5" />
|
|
<path d="M 15 55 V 240 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>
|