Add 3x9 factorial analysis of std79-doe heartbeat/physics telemetry
Build / build-amd64-iso (push) Waiting to run
Build / build-aarch64-iso (push) Waiting to run
Build / build-riscv64-img (push) Waiting to run

Correlates every HB-ON/HB-OFF heartbeat-tick CSV row (results-20260912-
with-heartbeat-csv/*-doe-raw.log) back to which trial (run_id, id_idx,
id_label, rep) was active when it printed, despite the async tick
printer splicing rows mid-token -- including mid a DOE-RUN marker itself
-- into the trial loop's own console output on the shared serial line.

Pipeline (analysis-20260912/, see its own README.md):
- correlate_doe.py: two-pass reconstruction per architecture (remove
  atomic CSV-row spans to rebuild the clean trial-output stream, map
  each removed row's offset back to the nearest preceding run_id
  marker); identity/rep looked up from a known-clean prior run's
  run_id mapping rather than re-parsed, since one aarch64 marker
  (trial 12, rajames rep 1) lost its id_idx digit to a zero-separator
  collision with an adjacent CSV field and is unrecoverable from that
  log alone -- its rows fold into trial 11 instead, documented as a
  known limitation.
- combine.py: merges all three architectures into combined.csv (768
  rows), decoding Q48.16 fields to floats and jitter_bits' IEEE754 bit
  pattern to real jitter_ns.
- analysis.R: per-cell (architecture x identity) means/SD and two-way
  ANOVA for each of 12 telemetry metrics, one boxplot SVG per metric,
  written up as ANALYSIS.md.

Key findings: identity significantly affects word-heat/window-sizing
metrics (expected -- different identities execute different word
sets), architecture significantly affects timing metrics (APIC
ticks/tick, timing variance, fleet heat -- expected, different QEMU
targets), zero architecture x identity interaction on any metric.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EXieurDfDSsDFdnSyusuWo
This commit is contained in:
Robert Allan James
2026-09-12 12:46:34 -04:00
co-authored by Claude Sonnet 5
parent 403a7639e1
commit 934be5a257
19 changed files with 5872 additions and 0 deletions
@@ -0,0 +1,313 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='42.56' y='39.42' width='455.96' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='42.56' y='39.42' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='42.56,172.27 498.52,172.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,137.42 498.52,137.42 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,102.57 498.52,102.57 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,67.72 498.52,67.72 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,154.84 498.52,154.84 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,119.99 498.52,119.99 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,85.14 498.52,85.14 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,50.29 498.52,50.29 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='72.30,186.63 72.30,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='121.86,186.63 121.86,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='171.42,186.63 171.42,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='220.98,186.63 220.98,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='270.54,186.63 270.54,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='320.10,186.63 320.10,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='369.66,186.63 369.66,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.22,186.63 419.22,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.78,186.63 468.78,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='72.30' y1='179.94' x2='72.30' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='72.30' y1='179.94' x2='72.30' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='53.71,179.94 53.71,179.94 90.88,179.94 90.88,179.94 53.71,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='53.71' y1='179.94' x2='90.88' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='121.86' y1='179.94' x2='121.86' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='121.86' y1='179.94' x2='121.86' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='103.27,179.94 103.27,179.94 140.45,179.94 140.45,179.94 103.27,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='103.27' y1='179.94' x2='140.45' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='171.42' y1='179.94' x2='171.42' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='171.42' y1='179.94' x2='171.42' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='152.84,179.94 152.84,179.94 190.01,179.94 190.01,179.94 152.84,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='152.84' y1='179.94' x2='190.01' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='220.98' y1='179.94' x2='220.98' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='220.98' y1='179.94' x2='220.98' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='202.40,179.94 202.40,179.94 239.57,179.94 239.57,179.94 202.40,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='202.40' y1='179.94' x2='239.57' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='270.54' y1='179.94' x2='270.54' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='270.54' y1='179.94' x2='270.54' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='251.96,179.94 251.96,179.94 289.13,179.94 289.13,179.94 251.96,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='251.96' y1='179.94' x2='289.13' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='320.10' y1='179.94' x2='320.10' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='320.10' y1='179.94' x2='320.10' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='301.52,179.94 301.52,179.94 338.69,179.94 338.69,179.94 301.52,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='301.52' y1='179.94' x2='338.69' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='369.66' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='135.33' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='135.33' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='369.66' y1='179.94' x2='369.66' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='369.66' y1='179.94' x2='369.66' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.08,179.94 351.08,179.94 388.25,179.94 388.25,179.94 351.08,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.08' y1='179.94' x2='388.25' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.22' y1='179.94' x2='419.22' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.22' y1='179.94' x2='419.22' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.64,179.94 400.64,179.94 437.81,179.94 437.81,179.94 400.64,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.64' y1='179.94' x2='437.81' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.78' y1='179.94' x2='468.78' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.78' y1='179.94' x2='468.78' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.20,179.94 450.20,179.94 487.37,179.94 487.37,179.94 450.20,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.20' y1='179.94' x2='487.37' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='42.56' y='39.42' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='42.56' y='208.76' width='455.96' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='42.56' y='208.76' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='42.56,341.61 498.52,341.61 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,306.76 498.52,306.76 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,271.91 498.52,271.91 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,237.06 498.52,237.06 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,324.18 498.52,324.18 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,289.33 498.52,289.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,254.48 498.52,254.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,219.63 498.52,219.63 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='72.30,355.97 72.30,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='121.86,355.97 121.86,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='171.42,355.97 171.42,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='220.98,355.97 220.98,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='270.54,355.97 270.54,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='320.10,355.97 320.10,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='369.66,355.97 369.66,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.22,355.97 419.22,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.78,355.97 468.78,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='72.30' y1='349.27' x2='72.30' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='72.30' y1='349.27' x2='72.30' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='53.71,349.27 53.71,349.27 90.88,349.27 90.88,349.27 53.71,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='53.71' y1='349.27' x2='90.88' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='121.86' y1='349.27' x2='121.86' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='121.86' y1='349.27' x2='121.86' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='103.27,349.27 103.27,349.27 140.45,349.27 140.45,349.27 103.27,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='103.27' y1='349.27' x2='140.45' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='171.42' y1='349.27' x2='171.42' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='171.42' y1='349.27' x2='171.42' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='152.84,349.27 152.84,349.27 190.01,349.27 190.01,349.27 152.84,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='152.84' y1='349.27' x2='190.01' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='220.98' y1='349.27' x2='220.98' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='220.98' y1='349.27' x2='220.98' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='202.40,349.27 202.40,349.27 239.57,349.27 239.57,349.27 202.40,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='202.40' y1='349.27' x2='239.57' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='270.54' y1='349.27' x2='270.54' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='270.54' y1='349.27' x2='270.54' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='251.96,349.27 251.96,349.27 289.13,349.27 289.13,349.27 251.96,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='251.96' y1='349.27' x2='289.13' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='320.10' y1='349.27' x2='320.10' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='320.10' y1='349.27' x2='320.10' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='301.52,349.27 301.52,349.27 338.69,349.27 338.69,349.27 301.52,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='301.52' y1='349.27' x2='338.69' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='369.66' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='304.67' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='304.67' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='369.66' y1='349.27' x2='369.66' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='369.66' y1='349.27' x2='369.66' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.08,349.27 351.08,349.27 388.25,349.27 388.25,349.27 351.08,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.08' y1='349.27' x2='388.25' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.22' y1='349.27' x2='419.22' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.22' y1='349.27' x2='419.22' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.64,349.27 400.64,349.27 437.81,349.27 437.81,349.27 400.64,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.64' y1='349.27' x2='437.81' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.78' y1='349.27' x2='468.78' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.78' y1='349.27' x2='468.78' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.20,349.27 450.20,349.27 487.37,349.27 487.37,349.27 450.20,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.20' y1='349.27' x2='487.37' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='42.56' y='208.76' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='42.56' y='378.10' width='455.96' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='42.56' y='378.10' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='42.56,510.95 498.52,510.95 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,476.10 498.52,476.10 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,441.25 498.52,441.25 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,406.40 498.52,406.40 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,493.52 498.52,493.52 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,458.67 498.52,458.67 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,423.82 498.52,423.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,388.97 498.52,388.97 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='72.30,525.31 72.30,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='121.86,525.31 121.86,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='171.42,525.31 171.42,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='220.98,525.31 220.98,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='270.54,525.31 270.54,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='320.10,525.31 320.10,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='369.66,525.31 369.66,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.22,525.31 419.22,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.78,525.31 468.78,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='72.30' y1='518.61' x2='72.30' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='72.30' y1='518.61' x2='72.30' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='53.71,518.61 53.71,518.61 90.88,518.61 90.88,518.61 53.71,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='53.71' y1='518.61' x2='90.88' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='121.86' y1='518.61' x2='121.86' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='121.86' y1='518.61' x2='121.86' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='103.27,518.61 103.27,518.61 140.45,518.61 140.45,518.61 103.27,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='103.27' y1='518.61' x2='140.45' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='171.42' y1='518.61' x2='171.42' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='171.42' y1='518.61' x2='171.42' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='152.84,518.61 152.84,518.61 190.01,518.61 190.01,518.61 152.84,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='152.84' y1='518.61' x2='190.01' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='220.98' y1='518.61' x2='220.98' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='220.98' y1='518.61' x2='220.98' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='202.40,518.61 202.40,518.61 239.57,518.61 239.57,518.61 202.40,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='202.40' y1='518.61' x2='239.57' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='270.54' y1='518.61' x2='270.54' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='270.54' y1='518.61' x2='270.54' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='251.96,518.61 251.96,518.61 289.13,518.61 289.13,518.61 251.96,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='251.96' y1='518.61' x2='289.13' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='320.10' y1='518.61' x2='320.10' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='320.10' y1='518.61' x2='320.10' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='301.52,518.61 301.52,518.61 338.69,518.61 338.69,518.61 301.52,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='301.52' y1='518.61' x2='338.69' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='369.66' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='474.01' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='474.01' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='369.66' y1='518.61' x2='369.66' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='369.66' y1='518.61' x2='369.66' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.08,518.61 351.08,518.61 388.25,518.61 388.25,518.61 351.08,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.08' y1='518.61' x2='388.25' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.22' y1='518.61' x2='419.22' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.22' y1='518.61' x2='419.22' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.64,518.61 400.64,518.61 437.81,518.61 437.81,518.61 400.64,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.64' y1='518.61' x2='437.81' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.78' y1='518.61' x2='468.78' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.78' y1='518.61' x2='468.78' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.20,518.61 450.20,518.61 487.37,518.61 487.37,518.61 450.20,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.20' y1='518.61' x2='487.37' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='42.56' y='378.10' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='42.56' y='361.45' width='455.96' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='42.56' y='361.45' width='455.96' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='270.54' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='42.56' y='192.11' width='455.96' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='42.56' y='192.11' width='455.96' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='270.54' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='42.56' y='22.77' width='455.96' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='42.56' y='22.77' width='455.96' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='270.54' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='72.30,528.05 72.30,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='121.86,528.05 121.86,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='171.42,528.05 171.42,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='220.98,528.05 220.98,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='270.54,528.05 270.54,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='320.10,528.05 320.10,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='369.66,528.05 369.66,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='419.22,528.05 419.22,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.78,528.05 468.78,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(76.58,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(126.14,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(175.70,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(225.26,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(274.82,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(324.38,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(373.94,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(423.51,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(473.07,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='37.63' y='157.87' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>400</text>
<text x='37.63' y='123.02' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>600</text>
<text x='37.63' y='88.17' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>800</text>
<text x='37.63' y='53.32' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='19.56px' lengthAdjust='spacingAndGlyphs'>1000</text>
<polyline points='39.82,154.84 42.56,154.84 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,119.99 42.56,119.99 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,85.14 42.56,85.14 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,50.29 42.56,50.29 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='37.63' y='327.21' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>400</text>
<text x='37.63' y='292.36' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>600</text>
<text x='37.63' y='257.51' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>800</text>
<text x='37.63' y='222.66' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='19.56px' lengthAdjust='spacingAndGlyphs'>1000</text>
<polyline points='39.82,324.18 42.56,324.18 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,289.33 42.56,289.33 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,254.48 42.56,254.48 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,219.63 42.56,219.63 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='37.63' y='496.55' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>400</text>
<text x='37.63' y='461.70' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>600</text>
<text x='37.63' y='426.85' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>800</text>
<text x='37.63' y='392.00' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='19.56px' lengthAdjust='spacingAndGlyphs'>1000</text>
<polyline points='39.82,493.52 42.56,493.52 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,458.67 42.56,458.67 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,423.82 42.56,423.82 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,388.97 42.56,388.97 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='270.54' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='135.78px' lengthAdjust='spacingAndGlyphs'>Actual analysis window size</text>
<text x='42.56' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='162.69px' lengthAdjust='spacingAndGlyphs'>Actual analysis window size</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 35 KiB

@@ -0,0 +1,371 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpMzUuNzB8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='35.70' y='39.42' width='462.82' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuNzB8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='35.70' y='39.42' width='462.82' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.70,159.14 498.52,159.14 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,113.93 498.52,113.93 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,68.72 498.52,68.72 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,181.74 498.52,181.74 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,136.53 498.52,136.53 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,91.32 498.52,91.32 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,46.11 498.52,46.11 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.89,186.63 65.89,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='116.19,186.63 116.19,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.50,186.63 166.50,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.81,186.63 216.81,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='267.11,186.63 267.11,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.42,186.63 317.42,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.72,186.63 367.72,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.03,186.63 418.03,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.34,186.63 468.34,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<circle cx='65.89' cy='78.66' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='65.89' y1='85.90' x2='65.89' y2='84.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.89' y1='87.70' x2='65.89' y2='87.70' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='47.02,85.90 47.02,87.70 84.75,87.70 84.75,85.90 47.02,85.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='47.02' y1='85.90' x2='84.75' y2='85.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='116.19' cy='80.47' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='116.19' cy='120.26' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='116.19' y1='85.90' x2='116.19' y2='84.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='116.19' y1='87.70' x2='116.19' y2='89.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='97.33,85.90 97.33,87.70 135.06,87.70 135.06,85.90 97.33,85.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='97.33' y1='85.90' x2='135.06' y2='85.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='166.50' cy='73.24' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='166.50' cy='111.21' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='166.50' y1='85.90' x2='166.50' y2='84.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.50' y1='87.70' x2='166.50' y2='89.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.63,85.90 147.63,87.70 185.36,87.70 185.36,85.90 147.63,85.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.63' y1='85.90' x2='185.36' y2='85.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='216.81' cy='78.66' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='216.81' y1='85.90' x2='216.81' y2='84.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.81' y1='87.70' x2='216.81' y2='89.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.94,85.90 197.94,87.70 235.67,87.70 235.67,85.90 197.94,85.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.94' y1='87.70' x2='235.67' y2='87.70' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='267.11' cy='76.85' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='267.11' cy='69.62' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='267.11' cy='96.75' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='267.11' y1='85.90' x2='267.11' y2='84.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='267.11' y1='87.70' x2='267.11' y2='87.70' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='248.25,85.90 248.25,87.70 285.98,87.70 285.98,85.90 248.25,85.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='248.25' y1='85.90' x2='285.98' y2='85.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='317.42' cy='78.66' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='317.42' cy='75.04' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='317.42' cy='75.04' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='317.42' cy='100.36' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='317.42' cy='75.04' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='317.42' y1='84.09' x2='317.42' y2='82.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.42' y1='86.80' x2='317.42' y2='87.70' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.55,84.09 298.55,86.80 336.28,86.80 336.28,84.09 298.55,84.09 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.55' y1='85.90' x2='336.28' y2='85.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='367.72' cy='75.04' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='367.72' cy='76.85' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='367.72' y1='85.90' x2='367.72' y2='84.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.72' y1='87.70' x2='367.72' y2='87.70' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.86,85.90 348.86,87.70 386.59,87.70 386.59,85.90 348.86,85.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.86' y1='85.90' x2='386.59' y2='85.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='418.03' cy='145.57' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='418.03' cy='75.04' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='418.03' cy='82.28' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='418.03' y1='85.90' x2='418.03' y2='84.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.03' y1='87.70' x2='418.03' y2='89.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.17,85.90 399.17,87.70 436.90,87.70 436.90,85.90 399.17,85.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.17' y1='85.90' x2='436.90' y2='85.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='468.34' cy='76.85' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='136.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='75.04' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='73.24' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='76.85' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='468.34' y1='85.90' x2='468.34' y2='84.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.34' y1='87.70' x2='468.34' y2='89.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.47,85.90 449.47,87.70 487.20,87.70 487.20,85.90 449.47,85.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.47' y1='85.90' x2='487.20' y2='85.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.70' y='39.42' width='462.82' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuNzB8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='35.70' y='208.76' width='462.82' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuNzB8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='35.70' y='208.76' width='462.82' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.70,328.48 498.52,328.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,283.27 498.52,283.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,238.05 498.52,238.05 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,351.08 498.52,351.08 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,305.87 498.52,305.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,260.66 498.52,260.66 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,215.45 498.52,215.45 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.89,355.97 65.89,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='116.19,355.97 116.19,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.50,355.97 166.50,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.81,355.97 216.81,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='267.11,355.97 267.11,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.42,355.97 317.42,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.72,355.97 367.72,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.03,355.97 418.03,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.34,355.97 468.34,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<circle cx='65.89' cy='233.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='65.89' y1='252.97' x2='65.89' y2='251.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.89' y1='255.23' x2='65.89' y2='255.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='47.02,252.97 47.02,255.23 84.75,255.23 84.75,252.97 47.02,252.97 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='47.02' y1='253.43' x2='84.75' y2='253.43' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='116.19' cy='237.15' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='116.19' y1='251.62' x2='116.19' y2='249.81' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='116.19' y1='253.43' x2='116.19' y2='255.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='97.33,251.62 97.33,253.43 135.06,253.43 135.06,251.62 97.33,251.62 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='97.33' y1='253.43' x2='135.06' y2='253.43' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='166.50' cy='231.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='166.50' cy='307.68' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='166.50' cy='237.15' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='166.50' y1='253.43' x2='166.50' y2='251.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.50' y1='255.23' x2='166.50' y2='255.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.63,253.43 147.63,255.23 185.36,255.23 185.36,253.43 147.63,253.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.63' y1='253.43' x2='185.36' y2='253.43' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='216.81' cy='231.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='216.81' cy='249.81' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='216.81' cy='316.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='216.81' y1='253.43' x2='216.81' y2='251.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.81' y1='255.23' x2='216.81' y2='255.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.94,253.43 197.94,255.23 235.67,255.23 235.67,253.43 197.94,253.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.94' y1='253.43' x2='235.67' y2='253.43' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='267.11' cy='229.92' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='267.11' cy='249.81' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='267.11' cy='311.30' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='267.11' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='267.11' cy='249.81' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='267.11' cy='323.96' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='267.11' y1='253.43' x2='267.11' y2='253.43' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='267.11' y1='255.23' x2='267.11' y2='255.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='248.25,253.43 248.25,255.23 285.98,255.23 285.98,253.43 248.25,253.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='248.25' y1='253.43' x2='285.98' y2='253.43' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='317.42' cy='233.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='317.42' cy='275.13' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='317.42' y1='253.43' x2='317.42' y2='251.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.42' y1='255.23' x2='317.42' y2='255.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.55,253.43 298.55,255.23 336.28,255.23 336.28,253.43 298.55,253.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.55' y1='254.33' x2='336.28' y2='254.33' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='367.72' cy='249.81' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='367.72' cy='238.96' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='367.72' cy='249.81' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='367.72' cy='237.15' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='367.72' y1='253.43' x2='367.72' y2='251.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.72' y1='255.23' x2='367.72' y2='255.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.86,253.43 348.86,255.23 386.59,255.23 386.59,253.43 348.86,253.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.86' y1='254.33' x2='386.59' y2='254.33' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='418.03' cy='282.36' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='418.03' cy='231.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='418.03' cy='280.55' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='418.03' cy='233.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='418.03' y1='253.43' x2='418.03' y2='251.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.03' y1='255.23' x2='418.03' y2='255.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.17,253.43 399.17,255.23 436.90,255.23 436.90,253.43 399.17,253.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.17' y1='253.43' x2='436.90' y2='253.43' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='468.34' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='238.96' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='233.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='468.34' y1='253.43' x2='468.34' y2='251.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.34' y1='255.23' x2='468.34' y2='257.04' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.47,253.43 449.47,255.23 487.20,255.23 487.20,253.43 449.47,253.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.47' y1='253.43' x2='487.20' y2='253.43' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.70' y='208.76' width='462.82' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuNzB8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='35.70' y='378.10' width='462.82' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuNzB8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='35.70' y='378.10' width='462.82' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.70,497.82 498.52,497.82 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,452.61 498.52,452.61 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,407.39 498.52,407.39 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,520.42 498.52,520.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,475.21 498.52,475.21 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,430.00 498.52,430.00 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.70,384.79 498.52,384.79 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.89,525.31 65.89,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='116.19,525.31 116.19,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.50,525.31 166.50,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.81,525.31 216.81,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='267.11,525.31 267.11,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.42,525.31 317.42,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.72,525.31 367.72,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.03,525.31 418.03,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.34,525.31 468.34,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='65.89' y1='426.38' x2='65.89' y2='424.57' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.89' y1='428.19' x2='65.89' y2='430.00' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='47.02,426.38 47.02,428.19 84.75,428.19 84.75,426.38 47.02,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='47.02' y1='428.19' x2='84.75' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='116.19' cy='417.34' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='116.19' cy='439.04' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='116.19' cy='413.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='116.19' cy='440.85' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='116.19' y1='426.38' x2='116.19' y2='424.57' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='116.19' y1='428.19' x2='116.19' y2='428.19' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='97.33,426.38 97.33,428.19 135.06,428.19 135.06,426.38 97.33,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='97.33' y1='428.19' x2='135.06' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='166.50' cy='417.34' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='166.50' cy='431.81' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='166.50' cy='417.34' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='166.50' y1='426.38' x2='166.50' y2='426.38' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.50' y1='428.19' x2='166.50' y2='428.19' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.63,426.38 147.63,428.19 185.36,428.19 185.36,426.38 147.63,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.63' y1='428.19' x2='185.36' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='216.81' cy='415.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='216.81' cy='442.66' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='216.81' y1='426.38' x2='216.81' y2='426.38' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.81' y1='428.19' x2='216.81' y2='428.19' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.94,426.38 197.94,428.19 235.67,428.19 235.67,426.38 197.94,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.94' y1='428.19' x2='235.67' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='267.11' cy='415.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='267.11' cy='446.28' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='267.11' y1='426.38' x2='267.11' y2='426.38' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='267.11' y1='428.19' x2='267.11' y2='428.19' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='248.25,426.38 248.25,428.19 285.98,428.19 285.98,426.38 248.25,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='248.25' y1='428.19' x2='285.98' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='317.42' cy='411.92' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='317.42' cy='448.08' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='317.42' y1='426.38' x2='317.42' y2='426.38' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.42' y1='428.19' x2='317.42' y2='428.19' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.55,426.38 298.55,428.19 336.28,428.19 336.28,426.38 298.55,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.55' y1='428.19' x2='336.28' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='367.72' cy='415.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='367.72' cy='435.43' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='367.72' y1='426.38' x2='367.72' y2='426.38' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.72' y1='428.19' x2='367.72' y2='428.19' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.86,426.38 348.86,428.19 386.59,428.19 386.59,426.38 348.86,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.86' y1='428.19' x2='386.59' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='418.03' cy='455.32' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='418.03' cy='404.68' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='418.03' y1='426.38' x2='418.03' y2='426.38' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.03' y1='428.19' x2='418.03' y2='428.19' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.17,426.38 399.17,428.19 436.90,428.19 436.90,426.38 399.17,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.17' y1='428.19' x2='436.90' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='468.34' cy='415.53' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='453.51' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='413.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='468.34' cy='417.34' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='468.34' y1='426.38' x2='468.34' y2='426.38' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.34' y1='428.19' x2='468.34' y2='430.00' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.47,426.38 449.47,428.19 487.20,428.19 487.20,426.38 449.47,426.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.47' y1='428.19' x2='487.20' y2='428.19' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.70' y='378.10' width='462.82' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuNzB8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='35.70' y='361.45' width='462.82' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuNzB8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='35.70' y='361.45' width='462.82' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='267.11' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuNzB8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='35.70' y='192.11' width='462.82' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuNzB8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='35.70' y='192.11' width='462.82' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='267.11' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuNzB8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='35.70' y='22.77' width='462.82' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuNzB8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='35.70' y='22.77' width='462.82' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='267.11' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='65.89,528.05 65.89,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='116.19,528.05 116.19,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='166.50,528.05 166.50,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='216.81,528.05 216.81,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='267.11,528.05 267.11,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='317.42,528.05 317.42,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='367.72,528.05 367.72,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='418.03,528.05 418.03,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.34,528.05 468.34,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(70.17,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(120.48,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(170.78,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(221.09,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(271.39,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(321.70,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(372.01,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(422.31,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(472.62,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='30.77' y='184.77' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.70px' lengthAdjust='spacingAndGlyphs'>-50</text>
<text x='30.77' y='139.56' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.70px' lengthAdjust='spacingAndGlyphs'>-25</text>
<text x='30.77' y='94.35' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='4.89px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='30.77' y='49.14' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>25</text>
<polyline points='32.96,181.74 35.70,181.74 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,136.53 35.70,136.53 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,91.32 35.70,91.32 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,46.11 35.70,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='30.77' y='354.11' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.70px' lengthAdjust='spacingAndGlyphs'>-50</text>
<text x='30.77' y='308.90' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.70px' lengthAdjust='spacingAndGlyphs'>-25</text>
<text x='30.77' y='263.69' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='4.89px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='30.77' y='218.48' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>25</text>
<polyline points='32.96,351.08 35.70,351.08 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,305.87 35.70,305.87 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,260.66 35.70,260.66 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,215.45 35.70,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='30.77' y='523.45' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.70px' lengthAdjust='spacingAndGlyphs'>-50</text>
<text x='30.77' y='478.24' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.70px' lengthAdjust='spacingAndGlyphs'>-25</text>
<text x='30.77' y='433.03' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='4.89px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='30.77' y='387.82' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>25</text>
<polyline points='32.96,520.42 35.70,520.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,475.21 35.70,475.21 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,430.00 35.70,430.00 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.96,384.79 35.70,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='267.11' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='138.88px' lengthAdjust='spacingAndGlyphs'>APIC ticks per heartbeat tick</text>
<text x='35.70' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='166.28px' lengthAdjust='spacingAndGlyphs'>APIC ticks per heartbeat tick</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 43 KiB

@@ -0,0 +1,465 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='55.03' y='39.42' width='443.49' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='55.03' y='39.42' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='55.03,161.89 498.52,161.89 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,125.81 498.52,125.81 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,89.72 498.52,89.72 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,53.63 498.52,53.63 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,179.94 498.52,179.94 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,143.85 498.52,143.85 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,107.76 498.52,107.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,71.68 498.52,71.68 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='83.95,186.63 83.95,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='132.16,186.63 132.16,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='180.37,186.63 180.37,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='228.57,186.63 228.57,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='276.78,186.63 276.78,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='324.98,186.63 324.98,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='373.19,186.63 373.19,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='421.39,186.63 421.39,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='469.60,186.63 469.60,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<circle cx='83.95' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='83.95' y1='179.94' x2='83.95' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='83.95' y1='179.94' x2='83.95' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='65.88,179.94 65.88,179.94 102.03,179.94 102.03,179.94 65.88,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='65.88' y1='179.94' x2='102.03' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='132.16' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='132.16' y1='179.94' x2='132.16' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='132.16' y1='179.94' x2='132.16' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='114.08,179.94 114.08,179.94 150.24,179.94 150.24,179.94 114.08,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='114.08' y1='179.94' x2='150.24' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='180.37' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='51.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='51.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='180.37' y1='179.94' x2='180.37' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='180.37' y1='179.94' x2='180.37' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='162.29,179.94 162.29,179.94 198.44,179.94 198.44,179.94 162.29,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='162.29' y1='179.94' x2='198.44' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='228.57' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='228.57' y1='179.94' x2='228.57' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='228.57' y1='179.94' x2='228.57' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='210.49,179.94 210.49,179.94 246.65,179.94 246.65,179.94 210.49,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='210.49' y1='179.94' x2='246.65' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='276.78' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='276.78' y1='179.94' x2='276.78' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='276.78' y1='179.94' x2='276.78' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='258.70,179.94 258.70,179.94 294.85,179.94 294.85,179.94 258.70,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='258.70' y1='179.94' x2='294.85' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='324.98' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='324.98' y1='179.94' x2='324.98' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='324.98' y1='179.94' x2='324.98' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='306.90,179.94 306.90,179.94 343.06,179.94 343.06,179.94 306.90,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='306.90' y1='179.94' x2='343.06' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='373.19' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='51.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='373.19' y1='179.94' x2='373.19' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='373.19' y1='179.94' x2='373.19' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='355.11,179.94 355.11,179.94 391.26,179.94 391.26,179.94 355.11,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='355.11' y1='179.94' x2='391.26' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='421.39' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='51.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='51.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='421.39' y1='179.94' x2='421.39' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='421.39' y1='179.94' x2='421.39' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='403.32,179.94 403.32,179.94 439.47,179.94 439.47,179.94 403.32,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='403.32' y1='179.94' x2='439.47' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='469.60' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='51.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='51.71' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='469.60' y1='179.94' x2='469.60' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='469.60' y1='179.94' x2='469.60' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='451.52,179.94 451.52,179.94 487.67,179.94 487.67,179.94 451.52,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='451.52' y1='179.94' x2='487.67' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='55.03' y='39.42' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='55.03' y='208.76' width='443.49' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='55.03' y='208.76' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='55.03,331.23 498.52,331.23 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,295.15 498.52,295.15 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,259.06 498.52,259.06 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,222.97 498.52,222.97 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,349.27 498.52,349.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,313.19 498.52,313.19 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,277.10 498.52,277.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,241.02 498.52,241.02 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='83.95,355.97 83.95,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='132.16,355.97 132.16,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='180.37,355.97 180.37,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='228.57,355.97 228.57,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='276.78,355.97 276.78,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='324.98,355.97 324.98,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='373.19,355.97 373.19,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='421.39,355.97 421.39,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='469.60,355.97 469.60,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<circle cx='83.95' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='83.95' y1='349.27' x2='83.95' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='83.95' y1='349.27' x2='83.95' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='65.88,349.27 65.88,349.27 102.03,349.27 102.03,349.27 65.88,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='65.88' y1='349.27' x2='102.03' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='132.16' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='132.16' y1='349.27' x2='132.16' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='132.16' y1='349.27' x2='132.16' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='114.08,349.27 114.08,349.27 150.24,349.27 150.24,349.27 114.08,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='114.08' y1='349.27' x2='150.24' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='180.37' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='180.37' y1='349.27' x2='180.37' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='180.37' y1='349.27' x2='180.37' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='162.29,349.27 162.29,349.27 198.44,349.27 198.44,349.27 162.29,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='162.29' y1='349.27' x2='198.44' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='228.57' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='228.57' y1='349.27' x2='228.57' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='228.57' y1='349.27' x2='228.57' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='210.49,349.27 210.49,349.27 246.65,349.27 246.65,349.27 210.49,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='210.49' y1='349.27' x2='246.65' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='276.78' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='276.78' y1='349.27' x2='276.78' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='276.78' y1='349.27' x2='276.78' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='258.70,349.27 258.70,349.27 294.85,349.27 294.85,349.27 258.70,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='258.70' y1='349.27' x2='294.85' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='324.98' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='324.98' y1='349.27' x2='324.98' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='324.98' y1='349.27' x2='324.98' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='306.90,349.27 306.90,349.27 343.06,349.27 343.06,349.27 306.90,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='306.90' y1='349.27' x2='343.06' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='373.19' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='373.19' y1='349.27' x2='373.19' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='373.19' y1='349.27' x2='373.19' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='355.11,349.27 355.11,349.27 391.26,349.27 391.26,349.27 355.11,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='355.11' y1='349.27' x2='391.26' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='421.39' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='421.39' y1='349.27' x2='421.39' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='421.39' y1='349.27' x2='421.39' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='403.32,349.27 403.32,349.27 439.47,349.27 439.47,349.27 403.32,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='403.32' y1='349.27' x2='439.47' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='469.60' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='230.03' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='469.60' y1='349.27' x2='469.60' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='469.60' y1='349.27' x2='469.60' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='451.52,349.27 451.52,349.27 487.67,349.27 487.67,349.27 451.52,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='451.52' y1='349.27' x2='487.67' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='55.03' y='208.76' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='55.03' y='378.10' width='443.49' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='55.03' y='378.10' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='55.03,500.57 498.52,500.57 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,464.48 498.52,464.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,428.40 498.52,428.40 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,392.31 498.52,392.31 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,518.61 498.52,518.61 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,482.53 498.52,482.53 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,446.44 498.52,446.44 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,410.35 498.52,410.35 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='83.95,525.31 83.95,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='132.16,525.31 132.16,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='180.37,525.31 180.37,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='228.57,525.31 228.57,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='276.78,525.31 276.78,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='324.98,525.31 324.98,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='373.19,525.31 373.19,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='421.39,525.31 421.39,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='469.60,525.31 469.60,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<circle cx='83.95' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='83.95' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='83.95' y1='518.61' x2='83.95' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='83.95' y1='518.61' x2='83.95' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='65.88,518.61 65.88,518.61 102.03,518.61 102.03,518.61 65.88,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='65.88' y1='518.61' x2='102.03' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='132.16' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='132.16' y1='518.61' x2='132.16' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='132.16' y1='518.61' x2='132.16' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='114.08,518.61 114.08,518.61 150.24,518.61 150.24,518.61 114.08,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='114.08' y1='518.61' x2='150.24' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='180.37' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='180.37' y1='518.61' x2='180.37' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='180.37' y1='518.61' x2='180.37' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='162.29,518.61 162.29,518.61 198.44,518.61 198.44,518.61 162.29,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='162.29' y1='518.61' x2='198.44' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='228.57' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='228.57' y1='518.61' x2='228.57' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='228.57' y1='518.61' x2='228.57' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='210.49,518.61 210.49,518.61 246.65,518.61 246.65,518.61 210.49,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='210.49' y1='518.61' x2='246.65' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='276.78' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='276.78' y1='518.61' x2='276.78' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='276.78' y1='518.61' x2='276.78' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='258.70,518.61 258.70,518.61 294.85,518.61 294.85,518.61 258.70,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='258.70' y1='518.61' x2='294.85' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='324.98' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='324.98' y1='518.61' x2='324.98' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='324.98' y1='518.61' x2='324.98' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='306.90,518.61 306.90,518.61 343.06,518.61 343.06,518.61 306.90,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='306.90' y1='518.61' x2='343.06' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='373.19' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='373.19' y1='518.61' x2='373.19' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='373.19' y1='518.61' x2='373.19' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='355.11,518.61 355.11,518.61 391.26,518.61 391.26,518.61 355.11,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='355.11' y1='518.61' x2='391.26' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='421.39' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='421.39' y1='518.61' x2='421.39' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='421.39' y1='518.61' x2='421.39' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='403.32,518.61 403.32,518.61 439.47,518.61 439.47,518.61 403.32,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='403.32' y1='518.61' x2='439.47' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='469.60' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='469.60' y1='518.61' x2='469.60' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='469.60' y1='518.61' x2='469.60' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='451.52,518.61 451.52,518.61 487.67,518.61 487.67,518.61 451.52,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='451.52' y1='518.61' x2='487.67' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='55.03' y='378.10' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='55.03' y='361.45' width='443.49' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='55.03' y='361.45' width='443.49' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='276.78' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='55.03' y='192.11' width='443.49' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='55.03' y='192.11' width='443.49' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='276.78' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='55.03' y='22.77' width='443.49' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='55.03' y='22.77' width='443.49' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='276.78' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='83.95,528.05 83.95,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='132.16,528.05 132.16,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='180.37,528.05 180.37,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='228.57,528.05 228.57,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='276.78,528.05 276.78,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='324.98,528.05 324.98,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='373.19,528.05 373.19,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='421.39,528.05 421.39,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='469.60,528.05 469.60,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(88.24,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(136.44,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(184.65,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(232.85,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(281.06,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(329.26,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(377.47,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(425.67,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(473.88,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='50.10' y='182.96' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>0.0e+00</text>
<text x='50.10' y='146.88' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>5.0e+17</text>
<text x='50.10' y='110.79' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.0e+18</text>
<text x='50.10' y='74.70' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.5e+18</text>
<polyline points='52.29,179.94 55.03,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,143.85 55.03,143.85 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,107.76 55.03,107.76 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,71.68 55.03,71.68 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='50.10' y='352.30' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>0.0e+00</text>
<text x='50.10' y='316.22' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>5.0e+17</text>
<text x='50.10' y='280.13' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.0e+18</text>
<text x='50.10' y='244.04' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.5e+18</text>
<polyline points='52.29,349.27 55.03,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,313.19 55.03,313.19 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,277.10 55.03,277.10 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,241.02 55.03,241.02 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='50.10' y='521.64' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>0.0e+00</text>
<text x='50.10' y='485.56' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>5.0e+17</text>
<text x='50.10' y='449.47' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.0e+18</text>
<text x='50.10' y='413.38' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.5e+18</text>
<polyline points='52.29,518.61 55.03,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,482.53 55.03,482.53 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,446.44 55.03,446.44 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,410.35 55.03,410.35 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='276.78' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='85.66px' lengthAdjust='spacingAndGlyphs'>Artemis fleet heat</text>
<text x='55.03' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='102.55px' lengthAdjust='spacingAndGlyphs'>Artemis fleet heat</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 56 KiB

@@ -0,0 +1,308 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='40.11' y='39.42' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='40.11' y='39.42' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,158.57 498.52,158.57 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,112.22 498.52,112.22 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,65.88 498.52,65.88 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,181.74 498.52,181.74 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,135.40 498.52,135.40 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,89.05 498.52,89.05 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,42.71 498.52,42.71 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,186.63 70.01,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,186.63 119.83,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,186.63 169.66,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,186.63 219.49,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,186.63 269.32,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,186.63 319.14,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,186.63 368.97,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,186.63 418.80,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,186.63 468.62,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='171.63' x2='70.01' y2='171.17' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='177.81' x2='70.01' y2='178.77' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,171.63 51.32,177.81 88.69,177.81 88.69,171.63 51.32,171.63 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='174.10' x2='88.69' y2='174.10' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='119.83' cy='77.44' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='119.83' y1='152.53' x2='119.83' y2='151.93' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='176.12' x2='119.83' y2='177.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,152.53 101.15,176.12 138.52,176.12 138.52,152.53 101.15,152.53 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='165.26' x2='138.52' y2='165.26' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='169.66' cy='95.43' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='169.66' y1='156.41' x2='169.66' y2='155.50' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='173.77' x2='169.66' y2='174.24' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,156.41 150.98,173.77 188.35,173.77 188.35,156.41 150.98,156.41 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='159.82' x2='188.35' y2='159.82' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='219.49' y1='149.28' x2='219.49' y2='113.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='179.22' x2='219.49' y2='179.48' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,149.28 200.80,179.22 238.17,179.22 238.17,149.28 200.80,149.28 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='150.78' x2='238.17' y2='150.78' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='269.32' y1='148.55' x2='269.32' y2='125.31' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='165.93' x2='269.32' y2='166.82' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,148.55 250.63,165.93 288.00,165.93 288.00,148.55 250.63,148.55 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='160.74' x2='288.00' y2='160.74' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='319.14' y1='150.44' x2='319.14' y2='136.34' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='173.81' x2='319.14' y2='175.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,150.44 300.46,173.81 337.83,173.81 337.83,150.44 300.46,150.44 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='152.98' x2='337.83' y2='152.98' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='368.97' y1='167.45' x2='368.97' y2='150.16' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='179.62' x2='368.97' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,167.45 350.28,179.62 387.65,179.62 387.65,167.45 350.28,167.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='170.67' x2='387.65' y2='170.67' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='418.80' y1='157.80' x2='418.80' y2='156.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='163.35' x2='418.80' y2='164.84' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,157.80 400.11,163.35 437.48,163.35 437.48,157.80 400.11,157.80 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='162.40' x2='437.48' y2='162.40' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.62' y1='155.03' x2='468.62' y2='149.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='172.97' x2='468.62' y2='173.54' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,155.03 449.94,172.97 487.31,172.97 487.31,155.03 449.94,155.03 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='158.86' x2='487.31' y2='158.86' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='39.42' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='40.11' y='208.76' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='40.11' y='208.76' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,327.91 498.52,327.91 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,281.56 498.52,281.56 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,235.22 498.52,235.22 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,351.08 498.52,351.08 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,304.74 498.52,304.74 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,258.39 498.52,258.39 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,212.05 498.52,212.05 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,355.97 70.01,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,355.97 119.83,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,355.97 169.66,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,355.97 219.49,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,355.97 269.32,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,355.97 319.14,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,355.97 368.97,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,355.97 418.80,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,355.97 468.62,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='340.88' x2='70.01' y2='340.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='348.00' x2='70.01' y2='348.43' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,340.88 51.32,348.00 88.69,348.00 88.69,340.88 51.32,340.88 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='343.26' x2='88.69' y2='343.26' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='119.83' y1='321.14' x2='119.83' y2='320.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='347.01' x2='119.83' y2='347.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,321.14 101.15,347.01 138.52,347.01 138.52,321.14 101.15,321.14 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='333.31' x2='138.52' y2='333.31' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='169.66' cy='261.84' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='169.66' y1='324.63' x2='169.66' y2='321.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='342.29' x2='169.66' y2='343.33' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,324.63 150.98,342.29 188.35,342.29 188.35,324.63 150.98,324.63 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='328.45' x2='188.35' y2='328.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='219.49' y1='315.99' x2='219.49' y2='275.87' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='348.55' x2='219.49' y2='348.82' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,315.99 200.80,348.55 238.17,348.55 238.17,315.99 200.80,315.99 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='318.80' x2='238.17' y2='318.80' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='269.32' cy='246.78' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='269.32' y1='315.44' x2='269.32' y2='289.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='334.53' x2='269.32' y2='335.34' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,315.44 250.63,334.53 288.00,334.53 288.00,315.44 250.63,315.44 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='330.57' x2='288.00' y2='330.57' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='319.14' y1='319.29' x2='319.14' y2='305.68' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='343.37' x2='319.14' y2='344.68' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,319.29 300.46,343.37 337.83,343.37 337.83,319.29 300.46,319.29 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='321.59' x2='337.83' y2='321.59' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='368.97' y1='336.62' x2='368.97' y2='319.50' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='348.96' x2='368.97' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,336.62 350.28,348.96 387.65,348.96 387.65,336.62 350.28,336.62 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='339.66' x2='387.65' y2='339.66' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='418.80' y1='325.90' x2='418.80' y2='324.21' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='332.69' x2='418.80' y2='333.68' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,325.90 400.11,332.69 437.48,332.69 437.48,325.90 400.11,325.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='331.53' x2='437.48' y2='331.53' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.62' y1='323.76' x2='468.62' y2='317.84' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='341.20' x2='468.62' y2='343.55' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,323.76 449.94,341.20 487.31,341.20 487.31,323.76 449.94,323.76 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='327.72' x2='487.31' y2='327.72' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='208.76' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='40.11' y='378.10' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='40.11' y='378.10' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,497.25 498.52,497.25 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,450.90 498.52,450.90 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,404.56 498.52,404.56 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,520.42 498.52,520.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,474.07 498.52,474.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,427.73 498.52,427.73 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,381.39 498.52,381.39 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,525.31 70.01,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,525.31 119.83,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,525.31 169.66,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,525.31 219.49,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,525.31 269.32,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,525.31 319.14,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,525.31 368.97,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,525.31 418.80,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,525.31 468.62,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='509.17' x2='70.01' y2='508.01' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='517.57' x2='70.01' y2='517.77' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,509.17 51.32,517.57 88.69,517.57 88.69,509.17 51.32,509.17 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='513.31' x2='88.69' y2='513.31' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='119.83' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='119.83' cy='412.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='119.83' y1='490.43' x2='119.83' y2='489.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='516.83' x2='119.83' y2='517.41' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,490.43 101.15,516.83 138.52,516.83 138.52,490.43 101.15,490.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='503.22' x2='138.52' y2='503.22' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='169.66' cy='429.51' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='169.66' cy='428.07' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='169.66' y1='493.55' x2='169.66' y2='492.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='510.57' x2='169.66' y2='513.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,493.55 150.98,510.57 188.35,510.57 188.35,493.55 150.98,493.55 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='498.46' x2='188.35' y2='498.46' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='219.49' y1='486.55' x2='219.49' y2='448.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='517.88' x2='219.49' y2='518.15' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,486.55 200.80,517.88 238.17,517.88 238.17,486.55 200.80,486.55 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='487.92' x2='238.17' y2='487.92' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='269.32' y1='485.10' x2='269.32' y2='459.21' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='506.73' x2='269.32' y2='507.34' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,485.10 250.63,506.73 288.00,506.73 288.00,485.10 250.63,485.10 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='499.59' x2='288.00' y2='499.59' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='319.14' y1='488.45' x2='319.14' y2='471.24' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='515.31' x2='319.14' y2='516.53' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,488.45 300.46,515.31 337.83,515.31 337.83,488.45 300.46,488.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='491.05' x2='337.83' y2='491.05' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='368.97' cy='486.02' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='368.97' y1='508.17' x2='368.97' y2='507.44' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='518.27' x2='368.97' y2='518.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,508.17 350.28,518.27 387.65,518.27 387.65,508.17 350.28,508.17 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='508.87' x2='387.65' y2='508.87' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='418.80' y1='495.42' x2='418.80' y2='493.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='502.02' x2='418.80' y2='502.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,495.42 400.11,502.02 437.48,502.02 437.48,495.42 400.11,495.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='501.20' x2='437.48' y2='501.20' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.62' y1='493.25' x2='468.62' y2='487.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='508.23' x2='468.62' y2='510.98' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,493.25 449.94,508.23 487.31,508.23 487.31,493.25 449.94,493.25 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='497.52' x2='487.31' y2='497.52' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='378.10' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='40.11' y='361.45' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='40.11' y='361.45' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='40.11' y='192.11' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='40.11' y='192.11' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='40.11' y='22.77' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='40.11' y='22.77' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='70.01,528.05 70.01,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='119.83,528.05 119.83,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='169.66,528.05 169.66,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='219.49,528.05 219.49,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='269.32,528.05 269.32,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='319.14,528.05 319.14,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='368.97,528.05 368.97,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='418.80,528.05 418.80,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.62,528.05 468.62,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(74.29,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(124.11,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(173.94,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(223.77,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(273.60,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(323.42,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(373.25,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(423.08,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(472.91,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='35.18' y='184.77' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.00</text>
<text x='35.18' y='138.42' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.02</text>
<text x='35.18' y='92.08' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.04</text>
<text x='35.18' y='45.74' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.06</text>
<polyline points='37.37,181.74 40.11,181.74 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,135.40 40.11,135.40 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,89.05 40.11,89.05 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,42.71 40.11,42.71 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='35.18' y='354.11' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.00</text>
<text x='35.18' y='307.76' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.02</text>
<text x='35.18' y='261.42' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.04</text>
<text x='35.18' y='215.08' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.06</text>
<polyline points='37.37,351.08 40.11,351.08 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,304.74 40.11,304.74 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,258.39 40.11,258.39 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,212.05 40.11,212.05 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='35.18' y='523.45' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.00</text>
<text x='35.18' y='477.10' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.02</text>
<text x='35.18' y='430.76' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.04</text>
<text x='35.18' y='384.42' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.06</text>
<polyline points='37.37,520.42 40.11,520.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,474.07 40.11,474.07 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,427.73 40.11,427.73 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,381.39 40.11,381.39 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='269.32' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='129.12px' lengthAdjust='spacingAndGlyphs'>Mean word execution heat</text>
<text x='40.11' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='154.58px' lengthAdjust='spacingAndGlyphs'>Mean word execution heat</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 34 KiB

@@ -0,0 +1,302 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.000000000000064' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='40.11' y='39.42' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='40.11' y='39.42' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,156.94 498.52,156.94 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,121.96 498.52,121.96 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,86.98 498.52,86.98 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,51.99 498.52,51.99 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,174.44 498.52,174.44 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,139.45 498.52,139.45 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,104.47 498.52,104.47 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,69.48 498.52,69.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,186.63 70.01,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,186.63 119.83,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,186.63 169.66,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,186.63 219.49,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,186.63 269.32,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,186.63 319.14,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,186.63 368.97,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,186.63 418.80,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,186.63 468.62,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='128.42' x2='70.01' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='128.42' x2='70.01' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,128.42 51.32,128.42 88.69,128.42 88.69,128.42 51.32,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='128.42' x2='88.69' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='119.83' y1='128.42' x2='119.83' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='128.42' x2='119.83' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,128.42 101.15,128.42 138.52,128.42 138.52,128.42 101.15,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='128.42' x2='138.52' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='169.66' y1='128.42' x2='169.66' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='128.42' x2='169.66' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,128.42 150.98,128.42 188.35,128.42 188.35,128.42 150.98,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='128.42' x2='188.35' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='219.49' y1='128.42' x2='219.49' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='128.42' x2='219.49' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,128.42 200.80,128.42 238.17,128.42 238.17,128.42 200.80,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='128.42' x2='238.17' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='269.32' y1='128.42' x2='269.32' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='128.42' x2='269.32' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,128.42 250.63,128.42 288.00,128.42 288.00,128.42 250.63,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='128.42' x2='288.00' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='319.14' y1='128.42' x2='319.14' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='128.42' x2='319.14' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,128.42 300.46,128.42 337.83,128.42 337.83,128.42 300.46,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='128.42' x2='337.83' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='368.97' y1='128.42' x2='368.97' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='128.42' x2='368.97' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,128.42 350.28,128.42 387.65,128.42 387.65,128.42 350.28,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='128.42' x2='387.65' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='418.80' y1='128.42' x2='418.80' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='128.42' x2='418.80' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,128.42 400.11,128.42 437.48,128.42 437.48,128.42 400.11,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='128.42' x2='437.48' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.62' y1='128.42' x2='468.62' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='128.42' x2='468.62' y2='128.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,128.42 449.94,128.42 487.31,128.42 487.31,128.42 449.94,128.42 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='128.42' x2='487.31' y2='128.42' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='39.42' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='40.11' y='208.76' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='40.11' y='208.76' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,326.28 498.52,326.28 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,291.30 498.52,291.30 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,256.32 498.52,256.32 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,221.33 498.52,221.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,343.77 498.52,343.77 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,308.79 498.52,308.79 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,273.81 498.52,273.81 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,238.82 498.52,238.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,355.97 70.01,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,355.97 119.83,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,355.97 169.66,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,355.97 219.49,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,355.97 269.32,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,355.97 319.14,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,355.97 368.97,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,355.97 418.80,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,355.97 468.62,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='215.45' x2='70.01' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='215.45' x2='70.01' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,215.45 51.32,215.45 88.69,215.45 88.69,215.45 51.32,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='215.45' x2='88.69' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='119.83' y1='215.45' x2='119.83' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='215.45' x2='119.83' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,215.45 101.15,215.45 138.52,215.45 138.52,215.45 101.15,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='215.45' x2='138.52' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='169.66' y1='215.45' x2='169.66' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='215.45' x2='169.66' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,215.45 150.98,215.45 188.35,215.45 188.35,215.45 150.98,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='215.45' x2='188.35' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='219.49' y1='215.45' x2='219.49' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='215.45' x2='219.49' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,215.45 200.80,215.45 238.17,215.45 238.17,215.45 200.80,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='215.45' x2='238.17' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='269.32' y1='215.45' x2='269.32' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='215.45' x2='269.32' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,215.45 250.63,215.45 288.00,215.45 288.00,215.45 250.63,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='215.45' x2='288.00' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='319.14' y1='215.45' x2='319.14' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='215.45' x2='319.14' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,215.45 300.46,215.45 337.83,215.45 337.83,215.45 300.46,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='215.45' x2='337.83' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='368.97' y1='215.45' x2='368.97' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='215.45' x2='368.97' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,215.45 350.28,215.45 387.65,215.45 387.65,215.45 350.28,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='215.45' x2='387.65' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='418.80' y1='215.45' x2='418.80' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='215.45' x2='418.80' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,215.45 400.11,215.45 437.48,215.45 437.48,215.45 400.11,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='215.45' x2='437.48' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.62' y1='215.45' x2='468.62' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='215.45' x2='468.62' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,215.45 449.94,215.45 487.31,215.45 487.31,215.45 449.94,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='215.45' x2='487.31' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='208.76' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='40.11' y='378.10' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='40.11' y='378.10' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,495.62 498.52,495.62 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,460.64 498.52,460.64 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,425.65 498.52,425.65 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,390.67 498.52,390.67 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,513.11 498.52,513.11 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,478.13 498.52,478.13 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,443.15 498.52,443.15 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,408.16 498.52,408.16 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,525.31 70.01,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,525.31 119.83,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,525.31 169.66,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,525.31 219.49,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,525.31 269.32,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,525.31 319.14,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,525.31 368.97,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,525.31 418.80,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,525.31 468.62,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='518.61' x2='70.01' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='518.61' x2='70.01' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,518.61 51.32,518.61 88.69,518.61 88.69,518.61 51.32,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='518.61' x2='88.69' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='119.83' y1='518.61' x2='119.83' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='518.61' x2='119.83' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,518.61 101.15,518.61 138.52,518.61 138.52,518.61 101.15,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='518.61' x2='138.52' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='169.66' y1='518.61' x2='169.66' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='518.61' x2='169.66' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,518.61 150.98,518.61 188.35,518.61 188.35,518.61 150.98,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='518.61' x2='188.35' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='219.49' y1='518.61' x2='219.49' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='518.61' x2='219.49' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,518.61 200.80,518.61 238.17,518.61 238.17,518.61 200.80,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='518.61' x2='238.17' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='269.32' y1='518.61' x2='269.32' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='518.61' x2='269.32' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,518.61 250.63,518.61 288.00,518.61 288.00,518.61 250.63,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='518.61' x2='288.00' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='319.14' y1='518.61' x2='319.14' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='518.61' x2='319.14' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,518.61 300.46,518.61 337.83,518.61 337.83,518.61 300.46,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='518.61' x2='337.83' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='368.97' y1='518.61' x2='368.97' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='518.61' x2='368.97' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,518.61 350.28,518.61 387.65,518.61 387.65,518.61 350.28,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='518.61' x2='387.65' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='418.80' y1='518.61' x2='418.80' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='518.61' x2='418.80' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,518.61 400.11,518.61 437.48,518.61 437.48,518.61 400.11,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='518.61' x2='437.48' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.62' y1='518.61' x2='468.62' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='518.61' x2='468.62' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,518.61 449.94,518.61 487.31,518.61 487.31,518.61 449.94,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='518.61' x2='487.31' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='378.10' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='40.11' y='361.45' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='40.11' y='361.45' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='40.11' y='192.11' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='40.11' y='192.11' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='40.11' y='22.77' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='40.11' y='22.77' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='70.01,528.05 70.01,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='119.83,528.05 119.83,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='169.66,528.05 169.66,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='219.49,528.05 219.49,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='269.32,528.05 269.32,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='319.14,528.05 319.14,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='368.97,528.05 368.97,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='418.80,528.05 418.80,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.62,528.05 468.62,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(74.29,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(124.11,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(173.94,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(223.77,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(273.60,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(323.42,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(373.25,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(423.08,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(472.91,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='35.18' y='177.46' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.64</text>
<text x='35.18' y='142.48' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.65</text>
<text x='35.18' y='107.50' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.66</text>
<text x='35.18' y='72.51' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.67</text>
<polyline points='37.37,174.44 40.11,174.44 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,139.45 40.11,139.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,104.47 40.11,104.47 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,69.48 40.11,69.48 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='35.18' y='346.80' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.64</text>
<text x='35.18' y='311.82' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.65</text>
<text x='35.18' y='276.83' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.66</text>
<text x='35.18' y='241.85' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.67</text>
<polyline points='37.37,343.77 40.11,343.77 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,308.79 40.11,308.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,273.81 40.11,273.81 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,238.82 40.11,238.82 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='35.18' y='516.14' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.64</text>
<text x='35.18' y='481.16' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.65</text>
<text x='35.18' y='446.17' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.66</text>
<text x='35.18' y='411.19' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.67</text>
<polyline points='37.37,513.11 40.11,513.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,478.13 40.11,478.13 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,443.15 40.11,443.15 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,408.16 40.11,408.16 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='269.32' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='72.22px' lengthAdjust='spacingAndGlyphs'>Hera fleet heat</text>
<text x='40.11' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='86.44px' lengthAdjust='spacingAndGlyphs'>Hera fleet heat</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 33 KiB

@@ -0,0 +1,302 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpNDUuMDB8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='45.00' y='39.42' width='453.52' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDUuMDB8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='45.00' y='39.42' width='453.52' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='45.00,184.47 498.52,184.47 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,147.40 498.52,147.40 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,110.33 498.52,110.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,73.26 498.52,73.26 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,165.94 498.52,165.94 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,128.87 498.52,128.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,91.80 498.52,91.80 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,54.73 498.52,54.73 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='74.58,186.63 74.58,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='123.87,186.63 123.87,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='173.17,186.63 173.17,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='222.46,186.63 222.46,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='271.76,186.63 271.76,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='321.06,186.63 321.06,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='370.35,186.63 370.35,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.65,186.63 419.65,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.94,186.63 468.94,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='74.58' y1='97.69' x2='74.58' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='74.58' y1='97.69' x2='74.58' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='56.09,97.69 56.09,97.69 93.06,97.69 93.06,97.69 56.09,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='56.09' y1='97.69' x2='93.06' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='123.87' y1='97.69' x2='123.87' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='123.87' y1='97.69' x2='123.87' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='105.39,97.69 105.39,97.69 142.36,97.69 142.36,97.69 105.39,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='105.39' y1='97.69' x2='142.36' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='173.17' y1='97.69' x2='173.17' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='173.17' y1='97.69' x2='173.17' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='154.68,97.69 154.68,97.69 191.65,97.69 191.65,97.69 154.68,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='154.68' y1='97.69' x2='191.65' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='222.46' y1='97.69' x2='222.46' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='222.46' y1='97.69' x2='222.46' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='203.98,97.69 203.98,97.69 240.95,97.69 240.95,97.69 203.98,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='203.98' y1='97.69' x2='240.95' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='271.76' y1='97.69' x2='271.76' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='271.76' y1='97.69' x2='271.76' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='253.27,97.69 253.27,97.69 290.25,97.69 290.25,97.69 253.27,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='253.27' y1='97.69' x2='290.25' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='321.06' y1='97.69' x2='321.06' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='321.06' y1='97.69' x2='321.06' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='302.57,97.69 302.57,97.69 339.54,97.69 339.54,97.69 302.57,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='302.57' y1='97.69' x2='339.54' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='370.35' y1='97.69' x2='370.35' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='370.35' y1='97.69' x2='370.35' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.87,97.69 351.87,97.69 388.84,97.69 388.84,97.69 351.87,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.87' y1='97.69' x2='388.84' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.65' y1='97.69' x2='419.65' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.65' y1='97.69' x2='419.65' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='401.16,97.69 401.16,97.69 438.13,97.69 438.13,97.69 401.16,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='401.16' y1='97.69' x2='438.13' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.94' y1='97.69' x2='468.94' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.94' y1='97.69' x2='468.94' y2='97.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.46,97.69 450.46,97.69 487.43,97.69 487.43,97.69 450.46,97.69 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.46' y1='97.69' x2='487.43' y2='97.69' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='45.00' y='39.42' width='453.52' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDUuMDB8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='45.00' y='208.76' width='453.52' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDUuMDB8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='45.00' y='208.76' width='453.52' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='45.00,353.81 498.52,353.81 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,316.74 498.52,316.74 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,279.67 498.52,279.67 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,242.60 498.52,242.60 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,335.27 498.52,335.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,298.21 498.52,298.21 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,261.14 498.52,261.14 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,224.07 498.52,224.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='74.58,355.97 74.58,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='123.87,355.97 123.87,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='173.17,355.97 173.17,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='222.46,355.97 222.46,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='271.76,355.97 271.76,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='321.06,355.97 321.06,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='370.35,355.97 370.35,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.65,355.97 419.65,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.94,355.97 468.94,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='74.58' y1='349.27' x2='74.58' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='74.58' y1='349.27' x2='74.58' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='56.09,349.27 56.09,349.27 93.06,349.27 93.06,349.27 56.09,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='56.09' y1='349.27' x2='93.06' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='123.87' y1='349.27' x2='123.87' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='123.87' y1='349.27' x2='123.87' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='105.39,349.27 105.39,349.27 142.36,349.27 142.36,349.27 105.39,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='105.39' y1='349.27' x2='142.36' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='173.17' y1='349.27' x2='173.17' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='173.17' y1='349.27' x2='173.17' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='154.68,349.27 154.68,349.27 191.65,349.27 191.65,349.27 154.68,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='154.68' y1='349.27' x2='191.65' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='222.46' y1='349.27' x2='222.46' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='222.46' y1='349.27' x2='222.46' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='203.98,349.27 203.98,349.27 240.95,349.27 240.95,349.27 203.98,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='203.98' y1='349.27' x2='240.95' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='271.76' y1='349.27' x2='271.76' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='271.76' y1='349.27' x2='271.76' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='253.27,349.27 253.27,349.27 290.25,349.27 290.25,349.27 253.27,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='253.27' y1='349.27' x2='290.25' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='321.06' y1='349.27' x2='321.06' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='321.06' y1='349.27' x2='321.06' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='302.57,349.27 302.57,349.27 339.54,349.27 339.54,349.27 302.57,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='302.57' y1='349.27' x2='339.54' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='370.35' y1='349.27' x2='370.35' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='370.35' y1='349.27' x2='370.35' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.87,349.27 351.87,349.27 388.84,349.27 388.84,349.27 351.87,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.87' y1='349.27' x2='388.84' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.65' y1='349.27' x2='419.65' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.65' y1='349.27' x2='419.65' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='401.16,349.27 401.16,349.27 438.13,349.27 438.13,349.27 401.16,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='401.16' y1='349.27' x2='438.13' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.94' y1='349.27' x2='468.94' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.94' y1='349.27' x2='468.94' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.46,349.27 450.46,349.27 487.43,349.27 487.43,349.27 450.46,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.46' y1='349.27' x2='487.43' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='45.00' y='208.76' width='453.52' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDUuMDB8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='45.00' y='378.10' width='453.52' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDUuMDB8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='45.00' y='378.10' width='453.52' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='45.00,523.15 498.52,523.15 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,486.08 498.52,486.08 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,449.01 498.52,449.01 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,411.94 498.52,411.94 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,504.61 498.52,504.61 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,467.55 498.52,467.55 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,430.48 498.52,430.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='45.00,393.41 498.52,393.41 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='74.58,525.31 74.58,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='123.87,525.31 123.87,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='173.17,525.31 173.17,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='222.46,525.31 222.46,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='271.76,525.31 271.76,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='321.06,525.31 321.06,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='370.35,525.31 370.35,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.65,525.31 419.65,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.94,525.31 468.94,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='74.58' y1='384.79' x2='74.58' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='74.58' y1='384.79' x2='74.58' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='56.09,384.79 56.09,384.79 93.06,384.79 93.06,384.79 56.09,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='56.09' y1='384.79' x2='93.06' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='123.87' y1='384.79' x2='123.87' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='123.87' y1='384.79' x2='123.87' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='105.39,384.79 105.39,384.79 142.36,384.79 142.36,384.79 105.39,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='105.39' y1='384.79' x2='142.36' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='173.17' y1='384.79' x2='173.17' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='173.17' y1='384.79' x2='173.17' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='154.68,384.79 154.68,384.79 191.65,384.79 191.65,384.79 154.68,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='154.68' y1='384.79' x2='191.65' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='222.46' y1='384.79' x2='222.46' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='222.46' y1='384.79' x2='222.46' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='203.98,384.79 203.98,384.79 240.95,384.79 240.95,384.79 203.98,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='203.98' y1='384.79' x2='240.95' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='271.76' y1='384.79' x2='271.76' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='271.76' y1='384.79' x2='271.76' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='253.27,384.79 253.27,384.79 290.25,384.79 290.25,384.79 253.27,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='253.27' y1='384.79' x2='290.25' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='321.06' y1='384.79' x2='321.06' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='321.06' y1='384.79' x2='321.06' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='302.57,384.79 302.57,384.79 339.54,384.79 339.54,384.79 302.57,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='302.57' y1='384.79' x2='339.54' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='370.35' y1='384.79' x2='370.35' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='370.35' y1='384.79' x2='370.35' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.87,384.79 351.87,384.79 388.84,384.79 388.84,384.79 351.87,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.87' y1='384.79' x2='388.84' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.65' y1='384.79' x2='419.65' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.65' y1='384.79' x2='419.65' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='401.16,384.79 401.16,384.79 438.13,384.79 438.13,384.79 401.16,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='401.16' y1='384.79' x2='438.13' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.94' y1='384.79' x2='468.94' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.94' y1='384.79' x2='468.94' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.46,384.79 450.46,384.79 487.43,384.79 487.43,384.79 450.46,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.46' y1='384.79' x2='487.43' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='45.00' y='378.10' width='453.52' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDUuMDB8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='45.00' y='361.45' width='453.52' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDUuMDB8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='45.00' y='361.45' width='453.52' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='271.76' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDUuMDB8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='45.00' y='192.11' width='453.52' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDUuMDB8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='45.00' y='192.11' width='453.52' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='271.76' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDUuMDB8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='45.00' y='22.77' width='453.52' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDUuMDB8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='45.00' y='22.77' width='453.52' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='271.76' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='74.58,528.05 74.58,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='123.87,528.05 123.87,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='173.17,528.05 173.17,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='222.46,528.05 222.46,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='271.76,528.05 271.76,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='321.06,528.05 321.06,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='370.35,528.05 370.35,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='419.65,528.05 419.65,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.94,528.05 468.94,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(78.86,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(128.16,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(177.45,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(226.75,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(276.04,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(325.34,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(374.63,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(423.93,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(473.22,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='40.07' y='168.96' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.160</text>
<text x='40.07' y='131.89' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.165</text>
<text x='40.07' y='94.83' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.170</text>
<text x='40.07' y='57.76' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.175</text>
<polyline points='42.26,165.94 45.00,165.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,128.87 45.00,128.87 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,91.80 45.00,91.80 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,54.73 45.00,54.73 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='40.07' y='338.30' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.160</text>
<text x='40.07' y='301.23' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.165</text>
<text x='40.07' y='264.17' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.170</text>
<text x='40.07' y='227.10' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.175</text>
<polyline points='42.26,335.27 45.00,335.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,298.21 45.00,298.21 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,261.14 45.00,261.14 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,224.07 45.00,224.07 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='40.07' y='507.64' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.160</text>
<text x='40.07' y='470.57' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.165</text>
<text x='40.07' y='433.50' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.170</text>
<text x='40.07' y='396.44' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='22.00px' lengthAdjust='spacingAndGlyphs'>0.175</text>
<polyline points='42.26,504.61 45.00,504.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,467.55 45.00,467.55 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,430.48 45.00,430.48 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='42.26,393.41 45.00,393.41 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='271.76' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='86.88px' lengthAdjust='spacingAndGlyphs'>Hermes fleet heat</text>
<text x='45.00' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='104.02px' lengthAdjust='spacingAndGlyphs'>Hermes fleet heat</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 33 KiB

@@ -0,0 +1,364 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpMzIuNzh8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='32.78' y='39.42' width='465.74' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzIuNzh8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='32.78' y='39.42' width='465.74' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='32.78,162.48 498.52,162.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,133.39 498.52,133.39 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,104.29 498.52,104.29 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,75.20 498.52,75.20 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,46.11 498.52,46.11 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,177.03 498.52,177.03 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,147.93 498.52,147.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,118.84 498.52,118.84 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,89.75 498.52,89.75 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,60.66 498.52,60.66 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='63.16,186.63 63.16,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='113.78,186.63 113.78,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='164.40,186.63 164.40,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='215.03,186.63 215.03,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='265.65,186.63 265.65,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='316.27,186.63 316.27,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='366.90,186.63 366.90,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.52,186.63 417.52,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.15,186.63 468.15,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='63.16' y1='63.56' x2='63.16' y2='60.66' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='63.16' y1='72.29' x2='63.16' y2='72.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='44.17,63.56 44.17,72.29 82.14,72.29 82.14,63.56 44.17,63.56 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='44.17' y1='66.47' x2='82.14' y2='66.47' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='113.78' cy='174.12' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='113.78' y1='66.47' x2='113.78' y2='66.47' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='113.78' y1='83.93' x2='113.78' y2='83.93' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='94.80,66.47 94.80,83.93 132.76,83.93 132.76,66.47 94.80,66.47 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='94.80' y1='69.38' x2='132.76' y2='69.38' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='164.40' cy='174.12' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='164.40' y1='63.56' x2='164.40' y2='63.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='164.40' y1='78.11' x2='164.40' y2='78.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='145.42,63.56 145.42,78.11 183.39,78.11 183.39,63.56 145.42,63.56 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='145.42' y1='78.11' x2='183.39' y2='78.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='215.03' cy='162.48' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='215.03' y1='63.56' x2='215.03' y2='63.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='215.03' y1='89.75' x2='215.03' y2='89.75' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='196.04,63.56 196.04,89.75 234.01,89.75 234.01,63.56 196.04,63.56 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='196.04' y1='83.93' x2='234.01' y2='83.93' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='265.65' cy='162.48' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='265.65' y1='69.38' x2='265.65' y2='66.47' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='265.65' y1='89.75' x2='265.65' y2='92.66' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='246.67,69.38 246.67,89.75 284.63,89.75 284.63,69.38 246.67,69.38 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='246.67' y1='78.11' x2='284.63' y2='78.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='316.27' cy='156.66' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='316.27' y1='72.29' x2='316.27' y2='66.47' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='316.27' y1='89.75' x2='316.27' y2='89.75' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='297.29,72.29 297.29,89.75 335.26,89.75 335.26,72.29 297.29,72.29 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='297.29' y1='81.02' x2='335.26' y2='81.02' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='366.90' cy='86.84' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='86.84' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='83.93' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='78.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='69.38' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='63.56' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='63.56' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='63.56' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='63.56' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='63.56' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='63.56' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='150.84' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='366.90' y1='66.47' x2='366.90' y2='66.47' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='366.90' y1='66.47' x2='366.90' y2='66.47' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='347.91,66.47 347.91,66.47 385.88,66.47 385.88,66.47 347.91,66.47 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='347.91' y1='66.47' x2='385.88' y2='66.47' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='417.52' cy='136.30' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='417.52' y1='72.29' x2='417.52' y2='69.38' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.52' y1='78.11' x2='417.52' y2='78.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='398.54,72.29 398.54,78.11 436.51,78.11 436.51,72.29 398.54,72.29 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='398.54' y1='75.20' x2='436.51' y2='75.20' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='468.15' cy='124.66' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='468.15' y1='63.56' x2='468.15' y2='63.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.15' y1='78.11' x2='468.15' y2='78.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.16,63.56 449.16,78.11 487.13,78.11 487.13,63.56 449.16,63.56 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.16' y1='78.11' x2='487.13' y2='78.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='32.78' y='39.42' width='465.74' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzIuNzh8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='32.78' y='208.76' width='465.74' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzIuNzh8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='32.78' y='208.76' width='465.74' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='32.78,331.82 498.52,331.82 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,302.73 498.52,302.73 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,273.63 498.52,273.63 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,244.54 498.52,244.54 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,215.45 498.52,215.45 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,346.37 498.52,346.37 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,317.27 498.52,317.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,288.18 498.52,288.18 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,259.09 498.52,259.09 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,230.00 498.52,230.00 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='63.16,355.97 63.16,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='113.78,355.97 113.78,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='164.40,355.97 164.40,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='215.03,355.97 215.03,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='265.65,355.97 265.65,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='316.27,355.97 316.27,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='366.90,355.97 366.90,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.52,355.97 417.52,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.15,355.97 468.15,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<circle cx='63.16' cy='224.18' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='63.16' cy='224.18' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='63.16' cy='238.72' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='63.16' y1='230.00' x2='63.16' y2='230.00' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='63.16' y1='232.90' x2='63.16' y2='235.81' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='44.17,230.00 44.17,232.90 82.14,232.90 82.14,230.00 44.17,230.00 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='44.17' y1='232.90' x2='82.14' y2='232.90' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='113.78' y1='220.54' x2='113.78' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='113.78' y1='267.82' x2='113.78' y2='267.82' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='94.80,220.54 94.80,267.82 132.76,267.82 132.76,220.54 94.80,220.54 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='94.80' y1='246.00' x2='132.76' y2='246.00' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='164.40' cy='343.46' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='164.40' y1='232.90' x2='164.40' y2='232.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='164.40' y1='256.18' x2='164.40' y2='256.18' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='145.42,232.90 145.42,256.18 183.39,256.18 183.39,232.90 145.42,232.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='145.42' y1='253.27' x2='183.39' y2='253.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='215.03' cy='337.64' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='215.03' y1='232.90' x2='215.03' y2='232.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='215.03' y1='270.72' x2='215.03' y2='270.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='196.04,232.90 196.04,270.72 234.01,270.72 234.01,232.90 196.04,232.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='196.04' y1='267.82' x2='234.01' y2='267.82' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='265.65' cy='343.46' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='265.65' cy='337.64' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='265.65' y1='238.72' x2='265.65' y2='235.81' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='265.65' y1='270.72' x2='265.65' y2='270.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='246.67,238.72 246.67,270.72 284.63,270.72 284.63,238.72 246.67,238.72 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='246.67' y1='250.36' x2='284.63' y2='250.36' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='316.27' cy='326.00' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='316.27' y1='235.81' x2='316.27' y2='227.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='316.27' y1='267.82' x2='316.27' y2='270.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='297.29,235.81 297.29,267.82 335.26,267.82 335.26,235.81 297.29,235.81 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='297.29' y1='262.00' x2='335.26' y2='262.00' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='366.90' cy='256.18' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='256.18' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='253.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='247.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='320.18' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='366.90' y1='230.00' x2='366.90' y2='230.00' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='366.90' y1='235.81' x2='366.90' y2='238.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='347.91,230.00 347.91,235.81 385.88,235.81 385.88,230.00 347.91,230.00 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='347.91' y1='230.00' x2='385.88' y2='230.00' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='417.52' cy='308.55' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='417.52' cy='294.00' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='417.52' y1='244.54' x2='417.52' y2='244.54' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.52' y1='253.27' x2='417.52' y2='253.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='398.54,244.54 398.54,253.27 436.51,253.27 436.51,244.54 398.54,244.54 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='398.54' y1='244.54' x2='436.51' y2='244.54' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.15' y1='232.90' x2='468.15' y2='232.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.15' y1='259.09' x2='468.15' y2='279.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.16,232.90 449.16,259.09 487.13,259.09 487.13,232.90 449.16,232.90 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.16' y1='253.27' x2='487.13' y2='253.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='32.78' y='208.76' width='465.74' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzIuNzh8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='32.78' y='378.10' width='465.74' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzIuNzh8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='32.78' y='378.10' width='465.74' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='32.78,501.16 498.52,501.16 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,472.07 498.52,472.07 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,442.97 498.52,442.97 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,413.88 498.52,413.88 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,384.79 498.52,384.79 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,515.71 498.52,515.71 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,486.61 498.52,486.61 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,457.52 498.52,457.52 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,428.43 498.52,428.43 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='32.78,399.33 498.52,399.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='63.16,525.31 63.16,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='113.78,525.31 113.78,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='164.40,525.31 164.40,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='215.03,525.31 215.03,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='265.65,525.31 265.65,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='316.27,525.31 316.27,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='366.90,525.31 366.90,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.52,525.31 417.52,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.15,525.31 468.15,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<circle cx='63.16' cy='393.52' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='63.16' cy='393.52' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='63.16' y1='399.33' x2='63.16' y2='399.33' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='63.16' y1='402.24' x2='63.16' y2='405.15' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='44.17,399.33 44.17,402.24 82.14,402.24 82.14,399.33 44.17,399.33 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='44.17' y1='402.24' x2='82.14' y2='402.24' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='113.78' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='113.78' cy='504.07' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='113.78' y1='390.61' x2='113.78' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='113.78' y1='425.52' x2='113.78' y2='425.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='94.80,390.61 94.80,425.52 132.76,425.52 132.76,390.61 94.80,390.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='94.80' y1='402.24' x2='132.76' y2='402.24' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='164.40' cy='512.80' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='164.40' cy='501.16' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='164.40' y1='405.15' x2='164.40' y2='402.24' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='164.40' y1='422.61' x2='164.40' y2='422.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='145.42,405.15 145.42,422.61 183.39,422.61 183.39,405.15 145.42,405.15 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='145.42' y1='419.70' x2='183.39' y2='419.70' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='215.03' cy='506.98' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='215.03' y1='402.24' x2='215.03' y2='402.24' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='215.03' y1='434.25' x2='215.03' y2='434.25' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='196.04,402.24 196.04,434.25 234.01,434.25 234.01,402.24 196.04,402.24 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='196.04' y1='425.52' x2='234.01' y2='425.52' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='265.65' cy='506.98' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='265.65' y1='397.88' x2='265.65' y2='396.43' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='265.65' y1='437.15' x2='265.65' y2='437.15' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='246.67,397.88 246.67,437.15 284.63,437.15 284.63,397.88 246.67,397.88 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='246.67' y1='419.70' x2='284.63' y2='419.70' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='316.27' cy='501.16' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='316.27' y1='402.24' x2='316.27' y2='396.43' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='316.27' y1='426.25' x2='316.27' y2='431.34' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='297.29,402.24 297.29,426.25 335.26,426.25 335.26,402.24 297.29,402.24 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='297.29' y1='424.06' x2='335.26' y2='424.06' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='366.90' cy='425.52' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='422.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='416.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='416.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='366.90' cy='495.34' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='366.90' y1='399.33' x2='366.90' y2='399.33' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='366.90' y1='405.15' x2='366.90' y2='405.15' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='347.91,399.33 347.91,405.15 385.88,405.15 385.88,399.33 347.91,399.33 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='347.91' y1='399.33' x2='385.88' y2='399.33' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='417.52' cy='486.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='417.52' y1='401.52' x2='417.52' y2='399.33' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.52' y1='422.61' x2='417.52' y2='422.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='398.54,401.52 398.54,422.61 436.51,422.61 436.51,401.52 398.54,401.52 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='398.54' y1='405.15' x2='436.51' y2='405.15' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='468.15' cy='463.34' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='468.15' y1='405.15' x2='468.15' y2='405.15' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.15' y1='422.61' x2='468.15' y2='422.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.16,405.15 449.16,422.61 487.13,422.61 487.13,405.15 449.16,405.15 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.16' y1='419.70' x2='487.13' y2='419.70' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='32.78' y='378.10' width='465.74' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzIuNzh8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='32.78' y='361.45' width='465.74' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzIuNzh8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='32.78' y='361.45' width='465.74' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='265.65' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzIuNzh8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='32.78' y='192.11' width='465.74' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzIuNzh8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='32.78' y='192.11' width='465.74' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='265.65' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzIuNzh8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='32.78' y='22.77' width='465.74' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzIuNzh8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='32.78' y='22.77' width='465.74' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='265.65' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='63.16,528.05 63.16,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='113.78,528.05 113.78,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='164.40,528.05 164.40,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='215.03,528.05 215.03,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='265.65,528.05 265.65,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='316.27,528.05 316.27,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='366.90,528.05 366.90,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='417.52,528.05 417.52,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.15,528.05 468.15,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(67.44,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(118.06,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(168.69,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(219.31,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(269.93,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(320.56,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(371.18,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(421.80,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(472.43,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='27.85' y='180.05' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>30</text>
<text x='27.85' y='150.96' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='27.85' y='121.87' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>50</text>
<text x='27.85' y='92.78' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='27.85' y='63.68' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>70</text>
<polyline points='30.04,177.03 32.78,177.03 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,147.93 32.78,147.93 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,118.84 32.78,118.84 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,89.75 32.78,89.75 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,60.66 32.78,60.66 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='27.85' y='349.39' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>30</text>
<text x='27.85' y='320.30' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='27.85' y='291.21' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>50</text>
<text x='27.85' y='262.12' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='27.85' y='233.02' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>70</text>
<polyline points='30.04,346.37 32.78,346.37 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,317.27 32.78,317.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,288.18 32.78,288.18 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,259.09 32.78,259.09 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,230.00 32.78,230.00 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='27.85' y='518.73' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>30</text>
<text x='27.85' y='489.64' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='27.85' y='460.55' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>50</text>
<text x='27.85' y='431.45' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='27.85' y='402.36' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>70</text>
<polyline points='30.04,515.71 32.78,515.71 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,486.61 32.78,486.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,457.52 32.78,457.52 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,428.43 32.78,428.43 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='30.04,399.33 32.78,399.33 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='265.65' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='74.03px' lengthAdjust='spacingAndGlyphs'>Hot word count</text>
<text x='32.78' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='88.64px' lengthAdjust='spacingAndGlyphs'>Hot word count</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 42 KiB

@@ -0,0 +1,356 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='55.03' y='39.42' width='443.49' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='55.03' y='39.42' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='55.03,161.80 498.52,161.80 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,125.53 498.52,125.53 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,89.25 498.52,89.25 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,52.98 498.52,52.98 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,179.94 498.52,179.94 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,143.66 498.52,143.66 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,107.39 498.52,107.39 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,71.11 498.52,71.11 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='83.95,186.63 83.95,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='132.16,186.63 132.16,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='180.37,186.63 180.37,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='228.57,186.63 228.57,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='276.78,186.63 276.78,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='324.98,186.63 324.98,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='373.19,186.63 373.19,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='421.39,186.63 421.39,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='469.60,186.63 469.60,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='83.95' y1='179.94' x2='83.95' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='83.95' y1='179.94' x2='83.95' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='65.88,179.94 65.88,179.94 102.03,179.94 102.03,179.94 65.88,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='65.88' y1='179.94' x2='102.03' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='132.16' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='132.16' y1='179.94' x2='132.16' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='132.16' y1='179.94' x2='132.16' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='114.08,179.94 114.08,179.94 150.24,179.94 150.24,179.94 114.08,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='114.08' y1='179.94' x2='150.24' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='180.37' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='180.37' y1='179.94' x2='180.37' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='180.37' y1='179.94' x2='180.37' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='162.29,179.94 162.29,179.94 198.44,179.94 198.44,179.94 162.29,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='162.29' y1='179.94' x2='198.44' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='228.57' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='228.57' y1='179.94' x2='228.57' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='228.57' y1='179.94' x2='228.57' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='210.49,179.94 210.49,179.94 246.65,179.94 246.65,179.94 210.49,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='210.49' y1='179.94' x2='246.65' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='276.78' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='276.78' y1='179.94' x2='276.78' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='276.78' y1='179.94' x2='276.78' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='258.70,179.94 258.70,179.94 294.85,179.94 294.85,179.94 258.70,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='258.70' y1='179.94' x2='294.85' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='324.98' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='324.98' y1='179.94' x2='324.98' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='324.98' y1='179.94' x2='324.98' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='306.90,179.94 306.90,179.94 343.06,179.94 343.06,179.94 306.90,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='306.90' y1='179.94' x2='343.06' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='373.19' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='373.19' y1='179.94' x2='373.19' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='373.19' y1='179.94' x2='373.19' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='355.11,179.94 355.11,179.94 391.26,179.94 391.26,179.94 355.11,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='355.11' y1='179.94' x2='391.26' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='421.39' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='421.39' y1='179.94' x2='421.39' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='421.39' y1='179.94' x2='421.39' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='403.32,179.94 403.32,179.94 439.47,179.94 439.47,179.94 403.32,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='403.32' y1='179.94' x2='439.47' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='469.60' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='469.60' y1='179.94' x2='469.60' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='469.60' y1='179.94' x2='469.60' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='451.52,179.94 451.52,179.94 487.67,179.94 487.67,179.94 451.52,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='451.52' y1='179.94' x2='487.67' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='55.03' y='39.42' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='55.03' y='208.76' width='443.49' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='55.03' y='208.76' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='55.03,331.14 498.52,331.14 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,294.86 498.52,294.86 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,258.59 498.52,258.59 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,222.32 498.52,222.32 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,349.27 498.52,349.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,313.00 498.52,313.00 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,276.73 498.52,276.73 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,240.45 498.52,240.45 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='83.95,355.97 83.95,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='132.16,355.97 132.16,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='180.37,355.97 180.37,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='228.57,355.97 228.57,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='276.78,355.97 276.78,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='324.98,355.97 324.98,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='373.19,355.97 373.19,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='421.39,355.97 421.39,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='469.60,355.97 469.60,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='83.95' y1='349.27' x2='83.95' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='83.95' y1='349.27' x2='83.95' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='65.88,349.27 65.88,349.27 102.03,349.27 102.03,349.27 65.88,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='65.88' y1='349.27' x2='102.03' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='132.16' y1='349.27' x2='132.16' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='132.16' y1='349.27' x2='132.16' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='114.08,349.27 114.08,349.27 150.24,349.27 150.24,349.27 114.08,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='114.08' y1='349.27' x2='150.24' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='180.37' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='180.37' y1='349.27' x2='180.37' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='180.37' y1='349.27' x2='180.37' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='162.29,349.27 162.29,349.27 198.44,349.27 198.44,349.27 162.29,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='162.29' y1='349.27' x2='198.44' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='228.57' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='228.57' y1='349.27' x2='228.57' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='228.57' y1='349.27' x2='228.57' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='210.49,349.27 210.49,349.27 246.65,349.27 246.65,349.27 210.49,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='210.49' y1='349.27' x2='246.65' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='276.78' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='276.78' y1='349.27' x2='276.78' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='276.78' y1='349.27' x2='276.78' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='258.70,349.27 258.70,349.27 294.85,349.27 294.85,349.27 258.70,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='258.70' y1='349.27' x2='294.85' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='324.98' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='324.98' y1='349.27' x2='324.98' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='324.98' y1='349.27' x2='324.98' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='306.90,349.27 306.90,349.27 343.06,349.27 343.06,349.27 306.90,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='306.90' y1='349.27' x2='343.06' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='373.19' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='373.19' y1='349.27' x2='373.19' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='373.19' y1='349.27' x2='373.19' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='355.11,349.27 355.11,349.27 391.26,349.27 391.26,349.27 355.11,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='355.11' y1='349.27' x2='391.26' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='421.39' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='421.39' y1='349.27' x2='421.39' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='421.39' y1='349.27' x2='421.39' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='403.32,349.27 403.32,349.27 439.47,349.27 439.47,349.27 403.32,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='403.32' y1='349.27' x2='439.47' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='469.60' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='469.60' y1='349.27' x2='469.60' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='469.60' y1='349.27' x2='469.60' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='451.52,349.27 451.52,349.27 487.67,349.27 487.67,349.27 451.52,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='451.52' y1='349.27' x2='487.67' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='55.03' y='208.76' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='55.03' y='378.10' width='443.49' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='55.03' y='378.10' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='55.03,500.48 498.52,500.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,464.20 498.52,464.20 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,427.93 498.52,427.93 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,391.66 498.52,391.66 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,518.61 498.52,518.61 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,482.34 498.52,482.34 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,446.07 498.52,446.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='55.03,409.79 498.52,409.79 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='83.95,525.31 83.95,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='132.16,525.31 132.16,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='180.37,525.31 180.37,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='228.57,525.31 228.57,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='276.78,525.31 276.78,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='324.98,525.31 324.98,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='373.19,525.31 373.19,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='421.39,525.31 421.39,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='469.60,525.31 469.60,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='83.95' y1='518.61' x2='83.95' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='83.95' y1='518.61' x2='83.95' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='65.88,518.61 65.88,518.61 102.03,518.61 102.03,518.61 65.88,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='65.88' y1='518.61' x2='102.03' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='132.16' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='132.16' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='132.16' y1='518.61' x2='132.16' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='132.16' y1='518.61' x2='132.16' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='114.08,518.61 114.08,518.61 150.24,518.61 150.24,518.61 114.08,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='114.08' y1='518.61' x2='150.24' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='180.37' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='180.37' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='180.37' y1='518.61' x2='180.37' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='180.37' y1='518.61' x2='180.37' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='162.29,518.61 162.29,518.61 198.44,518.61 198.44,518.61 162.29,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='162.29' y1='518.61' x2='198.44' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='228.57' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='228.57' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='228.57' y1='518.61' x2='228.57' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='228.57' y1='518.61' x2='228.57' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='210.49,518.61 210.49,518.61 246.65,518.61 246.65,518.61 210.49,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='210.49' y1='518.61' x2='246.65' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='276.78' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='276.78' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='276.78' y1='518.61' x2='276.78' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='276.78' y1='518.61' x2='276.78' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='258.70,518.61 258.70,518.61 294.85,518.61 294.85,518.61 258.70,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='258.70' y1='518.61' x2='294.85' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='324.98' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='324.98' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='324.98' y1='518.61' x2='324.98' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='324.98' y1='518.61' x2='324.98' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='306.90,518.61 306.90,518.61 343.06,518.61 343.06,518.61 306.90,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='306.90' y1='518.61' x2='343.06' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='373.19' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='373.19' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='373.19' y1='518.61' x2='373.19' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='373.19' y1='518.61' x2='373.19' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='355.11,518.61 355.11,518.61 391.26,518.61 391.26,518.61 355.11,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='355.11' y1='518.61' x2='391.26' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='421.39' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='421.39' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='421.39' y1='518.61' x2='421.39' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='421.39' y1='518.61' x2='421.39' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='403.32,518.61 403.32,518.61 439.47,518.61 439.47,518.61 403.32,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='403.32' y1='518.61' x2='439.47' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='469.60' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='469.60' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='469.60' y1='518.61' x2='469.60' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='469.60' y1='518.61' x2='469.60' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='451.52,518.61 451.52,518.61 487.67,518.61 487.67,518.61 451.52,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='451.52' y1='518.61' x2='487.67' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='55.03' y='378.10' width='443.49' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='55.03' y='361.45' width='443.49' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='55.03' y='361.45' width='443.49' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='276.78' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='55.03' y='192.11' width='443.49' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='55.03' y='192.11' width='443.49' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='276.78' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNTUuMDN8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='55.03' y='22.77' width='443.49' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNTUuMDN8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='55.03' y='22.77' width='443.49' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='276.78' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='83.95,528.05 83.95,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='132.16,528.05 132.16,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='180.37,528.05 180.37,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='228.57,528.05 228.57,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='276.78,528.05 276.78,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='324.98,528.05 324.98,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='373.19,528.05 373.19,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='421.39,528.05 421.39,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='469.60,528.05 469.60,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(88.24,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(136.44,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(184.65,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(232.85,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(281.06,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(329.26,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(377.47,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(425.67,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(473.88,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='50.10' y='182.96' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>0.0e+00</text>
<text x='50.10' y='146.69' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>5.0e+18</text>
<text x='50.10' y='110.42' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.0e+19</text>
<text x='50.10' y='74.14' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.5e+19</text>
<polyline points='52.29,179.94 55.03,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,143.66 55.03,143.66 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,107.39 55.03,107.39 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,71.11 55.03,71.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='50.10' y='352.30' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>0.0e+00</text>
<text x='50.10' y='316.03' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>5.0e+18</text>
<text x='50.10' y='279.76' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.0e+19</text>
<text x='50.10' y='243.48' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.5e+19</text>
<polyline points='52.29,349.27 55.03,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,313.00 55.03,313.00 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,276.73 55.03,276.73 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,240.45 55.03,240.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='50.10' y='521.64' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>0.0e+00</text>
<text x='50.10' y='485.37' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>5.0e+18</text>
<text x='50.10' y='449.09' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.0e+19</text>
<text x='50.10' y='412.82' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='32.03px' lengthAdjust='spacingAndGlyphs'>1.5e+19</text>
<polyline points='52.29,518.61 55.03,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,482.34 55.03,482.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,446.07 55.03,446.07 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='52.29,409.79 55.03,409.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='276.78' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='122.28px' lengthAdjust='spacingAndGlyphs'>Estimated timer jitter (ns)</text>
<text x='55.03' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='146.48px' lengthAdjust='spacingAndGlyphs'>Estimated timer jitter (ns)</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 41 KiB

@@ -0,0 +1,311 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='35.22' y='39.42' width='463.30' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='35.22' y='39.42' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.22,167.21 498.52,167.21 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,132.61 498.52,132.61 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,98.01 498.52,98.01 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,63.41 498.52,63.41 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,184.52 498.52,184.52 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,149.91 498.52,149.91 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,115.31 498.52,115.31 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,80.71 498.52,80.71 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,46.11 498.52,46.11 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.43,186.63 65.43,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='115.79,186.63 115.79,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.15,186.63 166.15,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.51,186.63 216.51,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='266.87,186.63 266.87,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.23,186.63 317.23,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.59,186.63 367.59,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.95,186.63 417.95,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.31,186.63 468.31,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='65.43' y1='179.94' x2='65.43' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.43' y1='179.94' x2='65.43' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='46.55,179.94 46.55,179.94 84.32,179.94 84.32,179.94 46.55,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='46.55' y1='179.94' x2='84.32' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='115.79' y1='179.94' x2='115.79' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='115.79' y1='179.94' x2='115.79' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='96.91,179.94 96.91,179.94 134.68,179.94 134.68,179.94 96.91,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='96.91' y1='179.94' x2='134.68' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='166.15' y1='179.94' x2='166.15' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.15' y1='179.94' x2='166.15' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.27,179.94 147.27,179.94 185.04,179.94 185.04,179.94 147.27,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.27' y1='179.94' x2='185.04' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='216.51' y1='179.94' x2='216.51' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.51' y1='179.94' x2='216.51' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.63,179.94 197.63,179.94 235.40,179.94 235.40,179.94 197.63,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.63' y1='179.94' x2='235.40' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='266.87' y1='179.94' x2='266.87' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='266.87' y1='179.94' x2='266.87' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='247.99,179.94 247.99,179.94 285.75,179.94 285.75,179.94 247.99,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='247.99' y1='179.94' x2='285.75' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='317.23' y1='179.94' x2='317.23' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.23' y1='179.94' x2='317.23' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.34,179.94 298.34,179.94 336.11,179.94 336.11,179.94 298.34,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.34' y1='179.94' x2='336.11' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='367.59' y1='179.94' x2='367.59' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.59' y1='179.94' x2='367.59' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.70,179.94 348.70,179.94 386.47,179.94 386.47,179.94 348.70,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.70' y1='179.94' x2='386.47' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='417.95' y1='179.94' x2='417.95' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.95' y1='179.94' x2='417.95' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.06,179.94 399.06,179.94 436.83,179.94 436.83,179.94 399.06,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.06' y1='179.94' x2='436.83' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.31' y1='179.94' x2='468.31' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.31' y1='179.94' x2='468.31' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.42,179.94 449.42,179.94 487.19,179.94 487.19,179.94 449.42,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.42' y1='179.94' x2='487.19' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.22' y='39.42' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='35.22' y='208.76' width='463.30' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='35.22' y='208.76' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.22,336.55 498.52,336.55 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,301.95 498.52,301.95 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,267.35 498.52,267.35 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,232.75 498.52,232.75 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,353.85 498.52,353.85 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,319.25 498.52,319.25 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,284.65 498.52,284.65 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,250.05 498.52,250.05 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,215.45 498.52,215.45 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.43,355.97 65.43,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='115.79,355.97 115.79,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.15,355.97 166.15,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.51,355.97 216.51,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='266.87,355.97 266.87,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.23,355.97 317.23,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.59,355.97 367.59,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.95,355.97 417.95,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.31,355.97 468.31,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='65.43' y1='215.45' x2='65.43' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.43' y1='215.45' x2='65.43' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='46.55,215.45 46.55,215.45 84.32,215.45 84.32,215.45 46.55,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='46.55' y1='215.45' x2='84.32' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='115.79' y1='215.45' x2='115.79' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='115.79' y1='215.45' x2='115.79' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='96.91,215.45 96.91,215.45 134.68,215.45 134.68,215.45 96.91,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='96.91' y1='215.45' x2='134.68' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='166.15' y1='215.45' x2='166.15' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.15' y1='215.45' x2='166.15' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.27,215.45 147.27,215.45 185.04,215.45 185.04,215.45 147.27,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.27' y1='215.45' x2='185.04' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='216.51' y1='215.45' x2='216.51' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.51' y1='215.45' x2='216.51' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.63,215.45 197.63,215.45 235.40,215.45 235.40,215.45 197.63,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.63' y1='215.45' x2='235.40' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='266.87' y1='215.45' x2='266.87' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='266.87' y1='215.45' x2='266.87' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='247.99,215.45 247.99,215.45 285.75,215.45 285.75,215.45 247.99,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='247.99' y1='215.45' x2='285.75' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='317.23' y1='215.45' x2='317.23' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.23' y1='215.45' x2='317.23' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.34,215.45 298.34,215.45 336.11,215.45 336.11,215.45 298.34,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.34' y1='215.45' x2='336.11' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='367.59' y1='215.45' x2='367.59' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.59' y1='215.45' x2='367.59' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.70,215.45 348.70,215.45 386.47,215.45 386.47,215.45 348.70,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.70' y1='215.45' x2='386.47' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='417.95' y1='215.45' x2='417.95' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.95' y1='215.45' x2='417.95' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.06,215.45 399.06,215.45 436.83,215.45 436.83,215.45 399.06,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.06' y1='215.45' x2='436.83' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.31' y1='215.45' x2='468.31' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.31' y1='215.45' x2='468.31' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.42,215.45 449.42,215.45 487.19,215.45 487.19,215.45 449.42,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.42' y1='215.45' x2='487.19' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.22' y='208.76' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='35.22' y='378.10' width='463.30' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='35.22' y='378.10' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.22,505.89 498.52,505.89 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,471.29 498.52,471.29 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,436.69 498.52,436.69 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,402.09 498.52,402.09 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,523.19 498.52,523.19 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,488.59 498.52,488.59 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,453.99 498.52,453.99 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,419.39 498.52,419.39 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,384.79 498.52,384.79 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.43,525.31 65.43,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='115.79,525.31 115.79,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.15,525.31 166.15,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.51,525.31 216.51,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='266.87,525.31 266.87,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.23,525.31 317.23,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.59,525.31 367.59,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.95,525.31 417.95,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.31,525.31 468.31,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='65.43' y1='384.79' x2='65.43' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.43' y1='384.79' x2='65.43' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='46.55,384.79 46.55,384.79 84.32,384.79 84.32,384.79 46.55,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='46.55' y1='384.79' x2='84.32' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='115.79' y1='384.79' x2='115.79' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='115.79' y1='384.79' x2='115.79' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='96.91,384.79 96.91,384.79 134.68,384.79 134.68,384.79 96.91,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='96.91' y1='384.79' x2='134.68' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='166.15' y1='384.79' x2='166.15' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.15' y1='384.79' x2='166.15' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.27,384.79 147.27,384.79 185.04,384.79 185.04,384.79 147.27,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.27' y1='384.79' x2='185.04' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='216.51' y1='384.79' x2='216.51' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.51' y1='384.79' x2='216.51' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.63,384.79 197.63,384.79 235.40,384.79 235.40,384.79 197.63,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.63' y1='384.79' x2='235.40' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='266.87' y1='384.79' x2='266.87' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='266.87' y1='384.79' x2='266.87' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='247.99,384.79 247.99,384.79 285.75,384.79 285.75,384.79 247.99,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='247.99' y1='384.79' x2='285.75' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='317.23' y1='384.79' x2='317.23' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.23' y1='384.79' x2='317.23' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.34,384.79 298.34,384.79 336.11,384.79 336.11,384.79 298.34,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.34' y1='384.79' x2='336.11' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='367.59' y1='384.79' x2='367.59' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.59' y1='384.79' x2='367.59' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.70,384.79 348.70,384.79 386.47,384.79 386.47,384.79 348.70,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.70' y1='384.79' x2='386.47' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='417.95' y1='384.79' x2='417.95' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.95' y1='384.79' x2='417.95' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.06,384.79 399.06,384.79 436.83,384.79 436.83,384.79 399.06,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.06' y1='384.79' x2='436.83' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.31' y1='384.79' x2='468.31' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.31' y1='384.79' x2='468.31' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.42,384.79 449.42,384.79 487.19,384.79 487.19,384.79 449.42,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.42' y1='384.79' x2='487.19' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.22' y='378.10' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='35.22' y='361.45' width='463.30' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='35.22' y='361.45' width='463.30' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='266.87' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='35.22' y='192.11' width='463.30' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='35.22' y='192.11' width='463.30' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='266.87' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='35.22' y='22.77' width='463.30' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='35.22' y='22.77' width='463.30' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='266.87' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='65.43,528.05 65.43,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='115.79,528.05 115.79,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='166.15,528.05 166.15,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='216.51,528.05 216.51,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='266.87,528.05 266.87,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='317.23,528.05 317.23,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='367.59,528.05 367.59,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='417.95,528.05 417.95,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.31,528.05 468.31,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(69.72,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(120.07,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(170.43,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(220.79,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(271.15,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(321.51,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(371.87,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(422.23,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(472.59,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='30.29' y='187.54' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.6</text>
<text x='30.29' y='152.94' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.7</text>
<text x='30.29' y='118.34' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.8</text>
<text x='30.29' y='83.74' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.9</text>
<text x='30.29' y='49.14' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>1.0</text>
<polyline points='32.48,184.52 35.22,184.52 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,149.91 35.22,149.91 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,115.31 35.22,115.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,80.71 35.22,80.71 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,46.11 35.22,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='30.29' y='356.88' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.6</text>
<text x='30.29' y='322.28' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.7</text>
<text x='30.29' y='287.68' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.8</text>
<text x='30.29' y='253.08' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.9</text>
<text x='30.29' y='218.48' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>1.0</text>
<polyline points='32.48,353.85 35.22,353.85 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,319.25 35.22,319.25 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,284.65 35.22,284.65 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,250.05 35.22,250.05 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,215.45 35.22,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='30.29' y='526.22' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.6</text>
<text x='30.29' y='491.62' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.7</text>
<text x='30.29' y='457.02' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.8</text>
<text x='30.29' y='422.42' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.9</text>
<text x='30.29' y='387.82' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>1.0</text>
<polyline points='32.48,523.19 35.22,523.19 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,488.59 35.22,488.59 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,453.99 35.22,453.99 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,419.39 35.22,419.39 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,384.79 35.22,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='266.87' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='66.59px' lengthAdjust='spacingAndGlyphs'>TIME-TRUST</text>
<text x='35.22' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='79.88px' lengthAdjust='spacingAndGlyphs'>TIME-TRUST</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 34 KiB

@@ -0,0 +1,299 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='35.22' y='39.42' width='463.30' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='35.22' y='39.42' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.22,158.72 498.52,158.72 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,116.28 498.52,116.28 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,73.84 498.52,73.84 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,179.94 498.52,179.94 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,137.50 498.52,137.50 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,95.06 498.52,95.06 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,52.62 498.52,52.62 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.43,186.63 65.43,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='115.79,186.63 115.79,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.15,186.63 166.15,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.51,186.63 216.51,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='266.87,186.63 266.87,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.23,186.63 317.23,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.59,186.63 367.59,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.95,186.63 417.95,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.31,186.63 468.31,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='65.43' y1='46.11' x2='65.43' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.43' y1='46.11' x2='65.43' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='46.55,46.11 46.55,46.11 84.32,46.11 84.32,46.11 46.55,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='46.55' y1='46.11' x2='84.32' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='115.79' y1='46.11' x2='115.79' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='115.79' y1='46.11' x2='115.79' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='96.91,46.11 96.91,46.11 134.68,46.11 134.68,46.11 96.91,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='96.91' y1='46.11' x2='134.68' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='166.15' y1='46.11' x2='166.15' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.15' y1='46.11' x2='166.15' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.27,46.11 147.27,46.11 185.04,46.11 185.04,46.11 147.27,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.27' y1='46.11' x2='185.04' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='216.51' y1='46.11' x2='216.51' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.51' y1='46.11' x2='216.51' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.63,46.11 197.63,46.11 235.40,46.11 235.40,46.11 197.63,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.63' y1='46.11' x2='235.40' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='266.87' y1='46.11' x2='266.87' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='266.87' y1='46.11' x2='266.87' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='247.99,46.11 247.99,46.11 285.75,46.11 285.75,46.11 247.99,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='247.99' y1='46.11' x2='285.75' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='317.23' y1='46.11' x2='317.23' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.23' y1='46.11' x2='317.23' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.34,46.11 298.34,46.11 336.11,46.11 336.11,46.11 298.34,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.34' y1='46.11' x2='336.11' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='367.59' y1='46.11' x2='367.59' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.59' y1='46.11' x2='367.59' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.70,46.11 348.70,46.11 386.47,46.11 386.47,46.11 348.70,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.70' y1='46.11' x2='386.47' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='417.95' y1='46.11' x2='417.95' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.95' y1='46.11' x2='417.95' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.06,46.11 399.06,46.11 436.83,46.11 436.83,46.11 399.06,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.06' y1='46.11' x2='436.83' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.31' y1='46.11' x2='468.31' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.31' y1='46.11' x2='468.31' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.42,46.11 449.42,46.11 487.19,46.11 487.19,46.11 449.42,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.42' y1='46.11' x2='487.19' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.22' y='39.42' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='35.22' y='208.76' width='463.30' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='35.22' y='208.76' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.22,328.06 498.52,328.06 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,285.62 498.52,285.62 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,243.18 498.52,243.18 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,349.27 498.52,349.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,306.84 498.52,306.84 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,264.40 498.52,264.40 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,221.96 498.52,221.96 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.43,355.97 65.43,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='115.79,355.97 115.79,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.15,355.97 166.15,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.51,355.97 216.51,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='266.87,355.97 266.87,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.23,355.97 317.23,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.59,355.97 367.59,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.95,355.97 417.95,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.31,355.97 468.31,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='65.43' y1='349.27' x2='65.43' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.43' y1='349.27' x2='65.43' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='46.55,349.27 46.55,349.27 84.32,349.27 84.32,349.27 46.55,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='46.55' y1='349.27' x2='84.32' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='115.79' y1='349.27' x2='115.79' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='115.79' y1='349.27' x2='115.79' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='96.91,349.27 96.91,349.27 134.68,349.27 134.68,349.27 96.91,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='96.91' y1='349.27' x2='134.68' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='166.15' y1='349.27' x2='166.15' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.15' y1='349.27' x2='166.15' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.27,349.27 147.27,349.27 185.04,349.27 185.04,349.27 147.27,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.27' y1='349.27' x2='185.04' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='216.51' y1='349.27' x2='216.51' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.51' y1='349.27' x2='216.51' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.63,349.27 197.63,349.27 235.40,349.27 235.40,349.27 197.63,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.63' y1='349.27' x2='235.40' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='266.87' y1='349.27' x2='266.87' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='266.87' y1='349.27' x2='266.87' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='247.99,349.27 247.99,349.27 285.75,349.27 285.75,349.27 247.99,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='247.99' y1='349.27' x2='285.75' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='317.23' y1='349.27' x2='317.23' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.23' y1='349.27' x2='317.23' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.34,349.27 298.34,349.27 336.11,349.27 336.11,349.27 298.34,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.34' y1='349.27' x2='336.11' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='367.59' y1='349.27' x2='367.59' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.59' y1='349.27' x2='367.59' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.70,349.27 348.70,349.27 386.47,349.27 386.47,349.27 348.70,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.70' y1='349.27' x2='386.47' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='417.95' y1='349.27' x2='417.95' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.95' y1='349.27' x2='417.95' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.06,349.27 399.06,349.27 436.83,349.27 436.83,349.27 399.06,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.06' y1='349.27' x2='436.83' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.31' y1='349.27' x2='468.31' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.31' y1='349.27' x2='468.31' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.42,349.27 449.42,349.27 487.19,349.27 487.19,349.27 449.42,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.42' y1='349.27' x2='487.19' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.22' y='208.76' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='35.22' y='378.10' width='463.30' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='35.22' y='378.10' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='35.22,497.39 498.52,497.39 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,454.96 498.52,454.96 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,412.52 498.52,412.52 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,518.61 498.52,518.61 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,476.18 498.52,476.18 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,433.74 498.52,433.74 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='35.22,391.30 498.52,391.30 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='65.43,525.31 65.43,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='115.79,525.31 115.79,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='166.15,525.31 166.15,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='216.51,525.31 216.51,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='266.87,525.31 266.87,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='317.23,525.31 317.23,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='367.59,525.31 367.59,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='417.95,525.31 417.95,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.31,525.31 468.31,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='65.43' y1='518.61' x2='65.43' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='65.43' y1='518.61' x2='65.43' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='46.55,518.61 46.55,518.61 84.32,518.61 84.32,518.61 46.55,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='46.55' y1='518.61' x2='84.32' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='115.79' y1='518.61' x2='115.79' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='115.79' y1='518.61' x2='115.79' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='96.91,518.61 96.91,518.61 134.68,518.61 134.68,518.61 96.91,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='96.91' y1='518.61' x2='134.68' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='166.15' y1='518.61' x2='166.15' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='166.15' y1='518.61' x2='166.15' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='147.27,518.61 147.27,518.61 185.04,518.61 185.04,518.61 147.27,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='147.27' y1='518.61' x2='185.04' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='216.51' y1='518.61' x2='216.51' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='216.51' y1='518.61' x2='216.51' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='197.63,518.61 197.63,518.61 235.40,518.61 235.40,518.61 197.63,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='197.63' y1='518.61' x2='235.40' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='266.87' y1='518.61' x2='266.87' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='266.87' y1='518.61' x2='266.87' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='247.99,518.61 247.99,518.61 285.75,518.61 285.75,518.61 247.99,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='247.99' y1='518.61' x2='285.75' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='317.23' y1='518.61' x2='317.23' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='317.23' y1='518.61' x2='317.23' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='298.34,518.61 298.34,518.61 336.11,518.61 336.11,518.61 298.34,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='298.34' y1='518.61' x2='336.11' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='367.59' y1='518.61' x2='367.59' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='367.59' y1='518.61' x2='367.59' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='348.70,518.61 348.70,518.61 386.47,518.61 386.47,518.61 348.70,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='348.70' y1='518.61' x2='386.47' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='417.95' y1='518.61' x2='417.95' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='417.95' y1='518.61' x2='417.95' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='399.06,518.61 399.06,518.61 436.83,518.61 436.83,518.61 399.06,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='399.06' y1='518.61' x2='436.83' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.31' y1='518.61' x2='468.31' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.31' y1='518.61' x2='468.31' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.42,518.61 449.42,518.61 487.19,518.61 487.19,518.61 449.42,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.42' y1='518.61' x2='487.19' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='35.22' y='378.10' width='463.30' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='35.22' y='361.45' width='463.30' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='35.22' y='361.45' width='463.30' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='266.87' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='35.22' y='192.11' width='463.30' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='35.22' y='192.11' width='463.30' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='266.87' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpMzUuMjJ8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='35.22' y='22.77' width='463.30' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpMzUuMjJ8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='35.22' y='22.77' width='463.30' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='266.87' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='65.43,528.05 65.43,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='115.79,528.05 115.79,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='166.15,528.05 166.15,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='216.51,528.05 216.51,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='266.87,528.05 266.87,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='317.23,528.05 317.23,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='367.59,528.05 367.59,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='417.95,528.05 417.95,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.31,528.05 468.31,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(69.72,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(120.07,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(170.43,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(220.79,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(271.15,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(321.51,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(371.87,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(422.23,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(472.59,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='30.29' y='182.96' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.0</text>
<text x='30.29' y='140.52' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.2</text>
<text x='30.29' y='98.09' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.4</text>
<text x='30.29' y='55.65' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.6</text>
<polyline points='32.48,179.94 35.22,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,137.50 35.22,137.50 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,95.06 35.22,95.06 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,52.62 35.22,52.62 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='30.29' y='352.30' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.0</text>
<text x='30.29' y='309.86' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.2</text>
<text x='30.29' y='267.42' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.4</text>
<text x='30.29' y='224.99' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.6</text>
<polyline points='32.48,349.27 35.22,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,306.84 35.22,306.84 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,264.40 35.22,264.40 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,221.96 35.22,221.96 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='30.29' y='521.64' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.0</text>
<text x='30.29' y='479.20' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.2</text>
<text x='30.29' y='436.76' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.4</text>
<text x='30.29' y='394.33' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='12.22px' lengthAdjust='spacingAndGlyphs'>0.6</text>
<polyline points='32.48,518.61 35.22,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,476.18 35.22,476.18 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,433.74 35.22,433.74 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='32.48,391.30 35.22,391.30 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='266.87' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='77.25px' lengthAdjust='spacingAndGlyphs'>Timing variance</text>
<text x='35.22' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='92.58px' lengthAdjust='spacingAndGlyphs'>Timing variance</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 33 KiB

@@ -0,0 +1,338 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.000000000000064' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='40.11' y='39.42' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='40.11' y='39.42' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,163.21 498.52,163.21 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,129.75 498.52,129.75 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,96.29 498.52,96.29 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,62.84 498.52,62.84 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,179.94 498.52,179.94 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,146.48 498.52,146.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,113.02 498.52,113.02 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,79.57 498.52,79.57 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,46.11 498.52,46.11 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,186.63 70.01,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,186.63 119.83,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,186.63 169.66,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,186.63 219.49,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,186.63 269.32,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,186.63 319.14,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,186.63 368.97,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,186.63 418.80,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,186.63 468.62,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='46.11' x2='70.01' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='46.11' x2='70.01' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,46.11 51.32,46.11 88.69,46.11 88.69,46.11 51.32,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='46.11' x2='88.69' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='119.83' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='119.83' y1='46.11' x2='119.83' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='46.11' x2='119.83' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,46.11 101.15,46.11 138.52,46.11 138.52,46.11 101.15,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='46.11' x2='138.52' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='169.66' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='169.66' y1='46.11' x2='169.66' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='46.11' x2='169.66' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,46.11 150.98,46.11 188.35,46.11 188.35,46.11 150.98,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='46.11' x2='188.35' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='219.49' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='219.49' y1='46.11' x2='219.49' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='46.11' x2='219.49' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,46.11 200.80,46.11 238.17,46.11 238.17,46.11 200.80,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='46.11' x2='238.17' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='269.32' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='269.32' y1='46.11' x2='269.32' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='46.11' x2='269.32' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,46.11 250.63,46.11 288.00,46.11 288.00,46.11 250.63,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='46.11' x2='288.00' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='319.14' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='319.14' y1='46.11' x2='319.14' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='46.11' x2='319.14' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,46.11 300.46,46.11 337.83,46.11 337.83,46.11 300.46,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='46.11' x2='337.83' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='368.97' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='368.97' y1='46.11' x2='368.97' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='46.11' x2='368.97' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,46.11 350.28,46.11 387.65,46.11 387.65,46.11 350.28,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='46.11' x2='387.65' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='418.80' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='418.80' y1='46.11' x2='418.80' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='46.11' x2='418.80' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,46.11 400.11,46.11 437.48,46.11 437.48,46.11 400.11,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='46.11' x2='437.48' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='468.62' cy='179.94' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='468.62' y1='46.11' x2='468.62' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='46.11' x2='468.62' y2='46.11' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,46.11 449.94,46.11 487.31,46.11 487.31,46.11 449.94,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='46.11' x2='487.31' y2='46.11' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='39.42' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='40.11' y='208.76' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='40.11' y='208.76' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,332.55 498.52,332.55 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,299.09 498.52,299.09 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,265.63 498.52,265.63 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,232.18 498.52,232.18 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,349.27 498.52,349.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,315.82 498.52,315.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,282.36 498.52,282.36 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,248.91 498.52,248.91 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,215.45 498.52,215.45 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,355.97 70.01,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,355.97 119.83,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,355.97 169.66,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,355.97 219.49,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,355.97 269.32,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,355.97 319.14,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,355.97 368.97,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,355.97 418.80,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,355.97 468.62,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='215.45' x2='70.01' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='215.45' x2='70.01' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,215.45 51.32,215.45 88.69,215.45 88.69,215.45 51.32,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='215.45' x2='88.69' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='119.83' y1='215.45' x2='119.83' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='215.45' x2='119.83' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,215.45 101.15,215.45 138.52,215.45 138.52,215.45 101.15,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='215.45' x2='138.52' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='169.66' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='169.66' y1='215.45' x2='169.66' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='215.45' x2='169.66' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,215.45 150.98,215.45 188.35,215.45 188.35,215.45 150.98,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='215.45' x2='188.35' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='219.49' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='219.49' y1='215.45' x2='219.49' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='215.45' x2='219.49' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,215.45 200.80,215.45 238.17,215.45 238.17,215.45 200.80,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='215.45' x2='238.17' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='269.32' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='269.32' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='269.32' y1='215.45' x2='269.32' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='215.45' x2='269.32' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,215.45 250.63,215.45 288.00,215.45 288.00,215.45 250.63,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='215.45' x2='288.00' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='319.14' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='319.14' y1='215.45' x2='319.14' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='215.45' x2='319.14' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,215.45 300.46,215.45 337.83,215.45 337.83,215.45 300.46,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='215.45' x2='337.83' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='368.97' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='368.97' y1='215.45' x2='368.97' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='215.45' x2='368.97' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,215.45 350.28,215.45 387.65,215.45 387.65,215.45 350.28,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='215.45' x2='387.65' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='418.80' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='418.80' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='418.80' y1='215.45' x2='418.80' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='215.45' x2='418.80' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,215.45 400.11,215.45 437.48,215.45 437.48,215.45 400.11,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='215.45' x2='437.48' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='468.62' cy='349.27' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='468.62' y1='215.45' x2='468.62' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='215.45' x2='468.62' y2='215.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,215.45 449.94,215.45 487.31,215.45 487.31,215.45 449.94,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='215.45' x2='487.31' y2='215.45' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='208.76' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='40.11' y='378.10' width='458.41' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='40.11' y='378.10' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='40.11,501.89 498.52,501.89 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,468.43 498.52,468.43 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,434.97 498.52,434.97 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,401.52 498.52,401.52 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,518.61 498.52,518.61 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,485.16 498.52,485.16 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,451.70 498.52,451.70 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,418.24 498.52,418.24 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='40.11,384.79 498.52,384.79 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='70.01,525.31 70.01,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='119.83,525.31 119.83,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='169.66,525.31 169.66,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='219.49,525.31 219.49,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='269.32,525.31 269.32,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='319.14,525.31 319.14,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='368.97,525.31 368.97,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='418.80,525.31 418.80,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.62,525.31 468.62,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='70.01' y1='384.79' x2='70.01' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='70.01' y1='384.79' x2='70.01' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='51.32,384.79 51.32,384.79 88.69,384.79 88.69,384.79 51.32,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='51.32' y1='384.79' x2='88.69' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='119.83' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='119.83' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='119.83' y1='384.79' x2='119.83' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='119.83' y1='384.79' x2='119.83' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='101.15,384.79 101.15,384.79 138.52,384.79 138.52,384.79 101.15,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='101.15' y1='384.79' x2='138.52' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='169.66' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='169.66' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='169.66' y1='384.79' x2='169.66' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='169.66' y1='384.79' x2='169.66' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='150.98,384.79 150.98,384.79 188.35,384.79 188.35,384.79 150.98,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='150.98' y1='384.79' x2='188.35' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='219.49' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='219.49' y1='384.79' x2='219.49' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='219.49' y1='384.79' x2='219.49' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='200.80,384.79 200.80,384.79 238.17,384.79 238.17,384.79 200.80,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='200.80' y1='384.79' x2='238.17' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='269.32' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='269.32' y1='384.79' x2='269.32' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='269.32' y1='384.79' x2='269.32' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='250.63,384.79 250.63,384.79 288.00,384.79 288.00,384.79 250.63,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='250.63' y1='384.79' x2='288.00' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='319.14' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='319.14' y1='384.79' x2='319.14' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='319.14' y1='384.79' x2='319.14' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='300.46,384.79 300.46,384.79 337.83,384.79 337.83,384.79 300.46,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='300.46' y1='384.79' x2='337.83' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='368.97' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='368.97' y1='384.79' x2='368.97' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='368.97' y1='384.79' x2='368.97' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='350.28,384.79 350.28,384.79 387.65,384.79 387.65,384.79 350.28,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='350.28' y1='384.79' x2='387.65' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='418.80' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='418.80' y1='384.79' x2='418.80' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='418.80' y1='384.79' x2='418.80' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.11,384.79 400.11,384.79 437.48,384.79 437.48,384.79 400.11,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.11' y1='384.79' x2='437.48' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='468.62' cy='518.61' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='468.62' y1='384.79' x2='468.62' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.62' y1='384.79' x2='468.62' y2='384.79' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='449.94,384.79 449.94,384.79 487.31,384.79 487.31,384.79 449.94,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='449.94' y1='384.79' x2='487.31' y2='384.79' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='40.11' y='378.10' width='458.41' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='40.11' y='361.45' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='40.11' y='361.45' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='40.11' y='192.11' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='40.11' y='192.11' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDAuMTF8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='40.11' y='22.77' width='458.41' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDAuMTF8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='40.11' y='22.77' width='458.41' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='269.32' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='70.01,528.05 70.01,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='119.83,528.05 119.83,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='169.66,528.05 169.66,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='219.49,528.05 219.49,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='269.32,528.05 269.32,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='319.14,528.05 319.14,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='368.97,528.05 368.97,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='418.80,528.05 418.80,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.62,528.05 468.62,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(74.29,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(124.11,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(173.94,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(223.77,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(273.60,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(323.42,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(373.25,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(423.08,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(472.91,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='35.18' y='182.96' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.00</text>
<text x='35.18' y='149.51' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.25</text>
<text x='35.18' y='116.05' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.50</text>
<text x='35.18' y='82.59' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.75</text>
<text x='35.18' y='49.14' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>1.00</text>
<polyline points='37.37,179.94 40.11,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,146.48 40.11,146.48 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,113.02 40.11,113.02 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,79.57 40.11,79.57 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,46.11 40.11,46.11 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='35.18' y='352.30' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.00</text>
<text x='35.18' y='318.85' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.25</text>
<text x='35.18' y='285.39' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.50</text>
<text x='35.18' y='251.93' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.75</text>
<text x='35.18' y='218.48' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>1.00</text>
<polyline points='37.37,349.27 40.11,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,315.82 40.11,315.82 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,282.36 40.11,282.36 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,248.91 40.11,248.91 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,215.45 40.11,215.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='35.18' y='521.64' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.00</text>
<text x='35.18' y='488.19' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.25</text>
<text x='35.18' y='454.73' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.50</text>
<text x='35.18' y='421.27' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>0.75</text>
<text x='35.18' y='387.82' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='17.11px' lengthAdjust='spacingAndGlyphs'>1.00</text>
<polyline points='37.37,518.61 40.11,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,485.16 40.11,485.16 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,451.70 40.11,451.70 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,418.24 40.11,418.24 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='37.37,384.79 40.11,384.79 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='269.32' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='90.53px' lengthAdjust='spacingAndGlyphs'>Max VM call depth</text>
<text x='40.11' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='108.42px' lengthAdjust='spacingAndGlyphs'>Max VM call depth</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 38 KiB

@@ -0,0 +1,313 @@
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='504.00pt' height='576.00pt' viewBox='0 0 504.00 576.00'>
<g class='svglite'>
<defs>
<style type='text/css'><![CDATA[
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
.svglite text {
white-space: pre;
}
.svglite g.glyphgroup path {
fill: inherit;
stroke: none;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA='>
<rect x='0.00' y='0.00' width='504.00' height='576.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<rect x='0.00' y='0.00' width='504.00' height='576.00' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDM5LjQyfDE4Ni42Mw=='>
<rect x='42.56' y='39.42' width='455.96' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDM5LjQyfDE4Ni42Mw==)'>
<rect x='42.56' y='39.42' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='42.56,172.27 498.52,172.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,137.42 498.52,137.42 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,102.57 498.52,102.57 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,67.72 498.52,67.72 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,154.84 498.52,154.84 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,119.99 498.52,119.99 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,85.14 498.52,85.14 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,50.29 498.52,50.29 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='72.30,186.63 72.30,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='121.86,186.63 121.86,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='171.42,186.63 171.42,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='220.98,186.63 220.98,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='270.54,186.63 270.54,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='320.10,186.63 320.10,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='369.66,186.63 369.66,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.22,186.63 419.22,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.78,186.63 468.78,39.42 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='72.30' y1='179.94' x2='72.30' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='72.30' y1='179.94' x2='72.30' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='53.71,179.94 53.71,179.94 90.88,179.94 90.88,179.94 53.71,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='53.71' y1='179.94' x2='90.88' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='121.86' y1='179.94' x2='121.86' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='121.86' y1='179.94' x2='121.86' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='103.27,179.94 103.27,179.94 140.45,179.94 140.45,179.94 103.27,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='103.27' y1='179.94' x2='140.45' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='171.42' y1='179.94' x2='171.42' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='171.42' y1='179.94' x2='171.42' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='152.84,179.94 152.84,179.94 190.01,179.94 190.01,179.94 152.84,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='152.84' y1='179.94' x2='190.01' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='220.98' y1='179.94' x2='220.98' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='220.98' y1='179.94' x2='220.98' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='202.40,179.94 202.40,179.94 239.57,179.94 239.57,179.94 202.40,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='202.40' y1='179.94' x2='239.57' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='270.54' y1='179.94' x2='270.54' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='270.54' y1='179.94' x2='270.54' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='251.96,179.94 251.96,179.94 289.13,179.94 289.13,179.94 251.96,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='251.96' y1='179.94' x2='289.13' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='320.10' y1='179.94' x2='320.10' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='320.10' y1='179.94' x2='320.10' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='301.52,179.94 301.52,179.94 338.69,179.94 338.69,179.94 301.52,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='301.52' y1='179.94' x2='338.69' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='369.66' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='46.11' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='135.33' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='135.33' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='369.66' y1='179.94' x2='369.66' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='369.66' y1='179.94' x2='369.66' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.08,179.94 351.08,179.94 388.25,179.94 388.25,179.94 351.08,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.08' y1='179.94' x2='388.25' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.22' y1='179.94' x2='419.22' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.22' y1='179.94' x2='419.22' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.64,179.94 400.64,179.94 437.81,179.94 437.81,179.94 400.64,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.64' y1='179.94' x2='437.81' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.78' y1='179.94' x2='468.78' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.78' y1='179.94' x2='468.78' y2='179.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.20,179.94 450.20,179.94 487.37,179.94 487.37,179.94 450.20,179.94 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.20' y1='179.94' x2='487.37' y2='179.94' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='42.56' y='39.42' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDIwOC43NnwzNTUuOTc='>
<rect x='42.56' y='208.76' width='455.96' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDIwOC43NnwzNTUuOTc=)'>
<rect x='42.56' y='208.76' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='42.56,341.61 498.52,341.61 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,306.76 498.52,306.76 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,271.91 498.52,271.91 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,237.06 498.52,237.06 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,324.18 498.52,324.18 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,289.33 498.52,289.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,254.48 498.52,254.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,219.63 498.52,219.63 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='72.30,355.97 72.30,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='121.86,355.97 121.86,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='171.42,355.97 171.42,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='220.98,355.97 220.98,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='270.54,355.97 270.54,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='320.10,355.97 320.10,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='369.66,355.97 369.66,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.22,355.97 419.22,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.78,355.97 468.78,208.76 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='72.30' y1='349.27' x2='72.30' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='72.30' y1='349.27' x2='72.30' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='53.71,349.27 53.71,349.27 90.88,349.27 90.88,349.27 53.71,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='53.71' y1='349.27' x2='90.88' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='121.86' y1='349.27' x2='121.86' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='121.86' y1='349.27' x2='121.86' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='103.27,349.27 103.27,349.27 140.45,349.27 140.45,349.27 103.27,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='103.27' y1='349.27' x2='140.45' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='171.42' y1='349.27' x2='171.42' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='171.42' y1='349.27' x2='171.42' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='152.84,349.27 152.84,349.27 190.01,349.27 190.01,349.27 152.84,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='152.84' y1='349.27' x2='190.01' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='220.98' y1='349.27' x2='220.98' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='220.98' y1='349.27' x2='220.98' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='202.40,349.27 202.40,349.27 239.57,349.27 239.57,349.27 202.40,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='202.40' y1='349.27' x2='239.57' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='270.54' y1='349.27' x2='270.54' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='270.54' y1='349.27' x2='270.54' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='251.96,349.27 251.96,349.27 289.13,349.27 289.13,349.27 251.96,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='251.96' y1='349.27' x2='289.13' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='320.10' y1='349.27' x2='320.10' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='320.10' y1='349.27' x2='320.10' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='301.52,349.27 301.52,349.27 338.69,349.27 338.69,349.27 301.52,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='301.52' y1='349.27' x2='338.69' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='369.66' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='215.45' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='304.67' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='304.67' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='369.66' y1='349.27' x2='369.66' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='369.66' y1='349.27' x2='369.66' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.08,349.27 351.08,349.27 388.25,349.27 388.25,349.27 351.08,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.08' y1='349.27' x2='388.25' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.22' y1='349.27' x2='419.22' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.22' y1='349.27' x2='419.22' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.64,349.27 400.64,349.27 437.81,349.27 437.81,349.27 400.64,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.64' y1='349.27' x2='437.81' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.78' y1='349.27' x2='468.78' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.78' y1='349.27' x2='468.78' y2='349.27' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.20,349.27 450.20,349.27 487.37,349.27 487.37,349.27 450.20,349.27 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.20' y1='349.27' x2='487.37' y2='349.27' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='42.56' y='208.76' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDM3OC4xMHw1MjUuMzE='>
<rect x='42.56' y='378.10' width='455.96' height='147.21' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDM3OC4xMHw1MjUuMzE=)'>
<rect x='42.56' y='378.10' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' />
<polyline points='42.56,510.95 498.52,510.95 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,476.10 498.52,476.10 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,441.25 498.52,441.25 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,406.40 498.52,406.40 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,493.52 498.52,493.52 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,458.67 498.52,458.67 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,423.82 498.52,423.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='42.56,388.97 498.52,388.97 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='72.30,525.31 72.30,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='121.86,525.31 121.86,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='171.42,525.31 171.42,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='220.98,525.31 220.98,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='270.54,525.31 270.54,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='320.10,525.31 320.10,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='369.66,525.31 369.66,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='419.22,525.31 419.22,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<polyline points='468.78,525.31 468.78,378.10 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
<line x1='72.30' y1='518.61' x2='72.30' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='72.30' y1='518.61' x2='72.30' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='53.71,518.61 53.71,518.61 90.88,518.61 90.88,518.61 53.71,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D; fill-opacity: 0.85;' />
<line x1='53.71' y1='518.61' x2='90.88' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='121.86' y1='518.61' x2='121.86' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='121.86' y1='518.61' x2='121.86' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='103.27,518.61 103.27,518.61 140.45,518.61 140.45,518.61 103.27,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #D39200; fill-opacity: 0.85;' />
<line x1='103.27' y1='518.61' x2='140.45' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='171.42' y1='518.61' x2='171.42' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='171.42' y1='518.61' x2='171.42' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='152.84,518.61 152.84,518.61 190.01,518.61 190.01,518.61 152.84,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #93AA00; fill-opacity: 0.85;' />
<line x1='152.84' y1='518.61' x2='190.01' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='220.98' y1='518.61' x2='220.98' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='220.98' y1='518.61' x2='220.98' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='202.40,518.61 202.40,518.61 239.57,518.61 239.57,518.61 202.40,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38; fill-opacity: 0.85;' />
<line x1='202.40' y1='518.61' x2='239.57' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='270.54' y1='518.61' x2='270.54' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='270.54' y1='518.61' x2='270.54' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='251.96,518.61 251.96,518.61 289.13,518.61 289.13,518.61 251.96,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00C19F; fill-opacity: 0.85;' />
<line x1='251.96' y1='518.61' x2='289.13' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='320.10' y1='518.61' x2='320.10' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='320.10' y1='518.61' x2='320.10' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='301.52,518.61 301.52,518.61 338.69,518.61 338.69,518.61 301.52,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #00B9E3; fill-opacity: 0.85;' />
<line x1='301.52' y1='518.61' x2='338.69' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<circle cx='369.66' cy='384.79' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='474.01' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<circle cx='369.66' cy='474.01' r='0.99' style='stroke-width: 0.71; stroke: #333333; stroke-opacity: 0.85; fill: #333333; fill-opacity: 0.85;' />
<line x1='369.66' y1='518.61' x2='369.66' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='369.66' y1='518.61' x2='369.66' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='351.08,518.61 351.08,518.61 388.25,518.61 388.25,518.61 351.08,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF; fill-opacity: 0.85;' />
<line x1='351.08' y1='518.61' x2='388.25' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='419.22' y1='518.61' x2='419.22' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='419.22' y1='518.61' x2='419.22' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='400.64,518.61 400.64,518.61 437.81,518.61 437.81,518.61 400.64,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #DB72FB; fill-opacity: 0.85;' />
<line x1='400.64' y1='518.61' x2='437.81' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<line x1='468.78' y1='518.61' x2='468.78' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<line x1='468.78' y1='518.61' x2='468.78' y2='518.61' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polygon points='450.20,518.61 450.20,518.61 487.37,518.61 487.37,518.61 450.20,518.61 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter; fill: #FF61C3; fill-opacity: 0.85;' />
<line x1='450.20' y1='518.61' x2='487.37' y2='518.61' style='stroke-width: 2.13; stroke: #333333; stroke-linecap: butt; stroke-linejoin: miter;' />
<rect x='42.56' y='378.10' width='455.96' height='147.21' style='stroke-width: 1.07; stroke: #333333;' />
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDM2MS40NXwzNzguMTA='>
<rect x='42.56' y='361.45' width='455.96' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDM2MS40NXwzNzguMTA=)'>
<rect x='42.56' y='361.45' width='455.96' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='270.54' y='372.80' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='27.88px' lengthAdjust='spacingAndGlyphs'>riscv64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDE5Mi4xMXwyMDguNzY='>
<rect x='42.56' y='192.11' width='455.96' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDE5Mi4xMXwyMDguNzY=)'>
<rect x='42.56' y='192.11' width='455.96' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='270.54' y='203.46' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='31.78px' lengthAdjust='spacingAndGlyphs'>aarch64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
<clipPath id='cpNDIuNTZ8NDk4LjUyfDIyLjc3fDM5LjQy'>
<rect x='42.56' y='22.77' width='455.96' height='16.65' />
</clipPath>
</defs>
<g clip-path='url(#cpNDIuNTZ8NDk4LjUyfDIyLjc3fDM5LjQy)'>
<rect x='42.56' y='22.77' width='455.96' height='16.65' style='stroke-width: 1.07; stroke: #333333; fill: #D9D9D9;' />
<text x='270.54' y='34.12' text-anchor='middle' style='font-size: 8.80px;fill: #1A1A1A; font-family: "Liberation Sans";' textLength='26.89px' lengthAdjust='spacingAndGlyphs'>amd64</text>
</g>
<g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw1NzYuMDA=)'>
<polyline points='72.30,528.05 72.30,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='121.86,528.05 121.86,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='171.42,528.05 171.42,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='220.98,528.05 220.98,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='270.54,528.05 270.54,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='320.10,528.05 320.10,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='369.66,528.05 369.66,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='419.22,528.05 419.22,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='468.78,528.05 468.78,525.31 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text transform='translate(76.58,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>zuse</text>
<text transform='translate(126.14,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='31.28px' lengthAdjust='spacingAndGlyphs'>rajames</text>
<text transform='translate(175.70,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>00</text>
<text transform='translate(225.26,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>01</text>
<text transform='translate(274.82,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>02</text>
<text transform='translate(324.38,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>03</text>
<text transform='translate(373.94,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>04</text>
<text transform='translate(423.51,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>05</text>
<text transform='translate(473.07,534.52) rotate(-45)' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='9.78px' lengthAdjust='spacingAndGlyphs'>06</text>
<text x='37.63' y='157.87' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>400</text>
<text x='37.63' y='123.02' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>600</text>
<text x='37.63' y='88.17' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>800</text>
<text x='37.63' y='53.32' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='19.56px' lengthAdjust='spacingAndGlyphs'>1000</text>
<polyline points='39.82,154.84 42.56,154.84 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,119.99 42.56,119.99 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,85.14 42.56,85.14 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,50.29 42.56,50.29 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='37.63' y='327.21' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>400</text>
<text x='37.63' y='292.36' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>600</text>
<text x='37.63' y='257.51' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>800</text>
<text x='37.63' y='222.66' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='19.56px' lengthAdjust='spacingAndGlyphs'>1000</text>
<polyline points='39.82,324.18 42.56,324.18 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,289.33 42.56,289.33 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,254.48 42.56,254.48 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,219.63 42.56,219.63 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='37.63' y='496.55' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>400</text>
<text x='37.63' y='461.70' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>600</text>
<text x='37.63' y='426.85' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='14.67px' lengthAdjust='spacingAndGlyphs'>800</text>
<text x='37.63' y='392.00' text-anchor='end' style='font-size: 8.80px;fill: #4D4D4D; font-family: "Liberation Sans";' textLength='19.56px' lengthAdjust='spacingAndGlyphs'>1000</text>
<polyline points='39.82,493.52 42.56,493.52 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,458.67 42.56,458.67 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,423.82 42.56,423.82 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<polyline points='39.82,388.97 42.56,388.97 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
<text x='270.54' y='568.24' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='35.50px' lengthAdjust='spacingAndGlyphs'>Identity</text>
<text transform='translate(13.05,282.36) rotate(-90)' text-anchor='middle' style='font-size: 11.00px; font-family: "Liberation Sans";' textLength='102.12px' lengthAdjust='spacingAndGlyphs'>Rolling window width</text>
<text x='42.56' y='14.55' style='font-size: 13.20px; font-family: "Liberation Sans";' textLength='122.41px' lengthAdjust='spacingAndGlyphs'>Rolling window width</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 35 KiB