<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>adom-schematic-viewer</title>
<style>
  :root { color-scheme: dark; --bg:#0d1117; --panel:#161b22cc; --line:#30363d; --txt:#c9d1d9; --muted:#8b949e; --accent:#00e6dc; }
  * { box-sizing: border-box; }
  html, body { margin: 0; height: 100%; background: var(--bg); color: var(--txt); font: 13px/1.4 ui-sans-serif, system-ui, sans-serif; overflow: hidden; }
  #svgbox { position: absolute; inset: 0; cursor: grab; background: #1c2128; }
  #svgbox:active { cursor: grabbing; }
  #svgbox svg { display: block; }
  .empty { position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); }

  /* component hotspots: transparent hit targets (no visual). */
  #svgbox svg .adom-comp { pointer-events: fill; cursor: pointer; }
  /* Hover highlight = KiCad's selection look: the symbol keeps its own colours and
     gains a bright halo around its strokes. Rest of the sheet untouched (no dim,
     no box, no recolour). KiCad haloes white on its dark theme; the SVG export is
     light, so we halo in the accent so it actually reads. */
  #svgbox svg .adom-sheet .symhl {
    filter: drop-shadow(0 0 .1px #00b3a6) drop-shadow(0 0 .1px #00b3a6) drop-shadow(0 0 .1px #00b3a6);
  }

  .panel { position: absolute; background: var(--panel); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 10px; }
  #side { top: 12px; right: 12px; width: 220px; max-height: 94vh; padding: 10px 12px; display: flex; flex-direction: column; }
  #side h1 { margin: 0 0 8px; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .sec-h { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin: 2px 0 5px; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
  #complist { overflow-y: auto; max-height: 74vh; }
  .crow { padding: 3px 7px; border-radius: 5px; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .crow b { color: var(--accent); }
  .crow:hover { background: #1c2a2a; }
  .crow.sel { background: var(--accent); color: #06232a; }
  .crow.sel b { color: #06232a; }
  #fitbtn { margin-top: 8px; width: 100%; background: #17231c; color: var(--txt); border: 1px solid var(--line); border-radius: 7px; padding: 5px; cursor: pointer; }
  #fitbtn:hover { border-color: var(--accent); }
  #stat { bottom: 12px; left: 12px; padding: 6px 11px; color: var(--muted); }
  .muted { color: var(--muted); }

  /* follows the cursor and flips away from the viewport edges (same as the
     layout viewer); a click pins it where it currently sits, and only then does
     it accept pointer events so the JLC/wiki/datasheet links are clickable. */
  #card { position: fixed; z-index: 9999; display: none; min-width: 210px; max-width: 300px; padding: 10px 12px; pointer-events: none; }
  /* abridged hover card (small/embedded screens): ref Β· MPN Β· stock only */
  #card.brief { min-width: 0; max-width: 230px; padding: 7px 9px; }
  #card.brief .ci-h { margin-bottom: 4px; padding-bottom: 4px; }
  #card.brief .ci-ref { font-size: 13px; }
  #card.pinned { pointer-events: auto; box-shadow: 0 0 0 1px var(--accent); }
  #card.pinned .ci-h::after { content: "πŸ“Œ"; font-size: 11px; opacity: .7; }
  .ci-h { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid var(--line); }
  .ci-ref { font-weight: 700; color: var(--accent); font-size: 15px; }
  .ci-val { color: var(--txt); }
  .ci-desc { color: var(--muted); font-size: 12px; margin-bottom: 6px; }
  .ci-row { display: flex; justify-content: space-between; gap: 10px; padding: 1px 0; }
  .ci-k { color: var(--muted); }
  .ci-v { text-align: right; word-break: break-word; }
  .ci-enrich { margin-top: 7px; padding-top: 7px; border-top: 1px solid var(--line); }
  .pills { display: flex; flex-wrap: wrap; gap: 5px; }
  .pill { background: #17231c; border: 1px solid var(--line); border-radius: 999px; padding: 1px 8px; font-size: 11px; }
  .pill.ok { color: #57d97e; border-color: #2c5a3a; }
  .pill.no { color: #e08a8a; border-color: #5a2c2c; }
  .pill.tier { color: #f2d060; }
  .pill.pop { color: #cba6ff; }
  .ci-mfr { color: var(--txt); font-size: 12px; margin-bottom: 5px; }
  .ci-links { margin-top: 6px; display: flex; gap: 12px; }
  .ci-lnk, .ci-ds { color: #6bb3ff; text-decoration: none; font-size: 12px; }
  .ci-ds { display: inline-block; margin-top: 6px; }
</style>
</head>
<body>
  <div id="svgbox"><div class="empty">loading…</div></div>
  <div id="side" class="panel">
    <h1>adom-schematic-viewer</h1>
    <div class="sec-h">Components</div>
    <div id="complist"></div>
    <button id="fitbtn">Fit</button>
  </div>
  <div id="stat" class="panel"></div>
  <div id="card" class="panel"></div>
  <script>window.__SCH__={svg:"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"172.743 56.023 74.827 28.987\" preserveAspectRatio=\"xMidYMid meet\"><rect class=\"adom-sheet-bg\" x=\"172.743\" y=\"56.023\" width=\"74.827\" height=\"28.987\" fill=\"#fbfbf6\"/><g class=\"adom-sheet\">\n<title>SVG Image created as .tmpjKn3tS.svg date 2026-07-20T15:15:47 </title>\n  <desc>Image generated by Eeschema-SVG </desc>\n<g style=\"fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;\nstroke-linecap:round; stroke-linejoin:round;\"\n transform=\"translate(0 0) scale(1 1)\">\n</g>\n<g style=\"fill:#F5F4EF; fill-opacity:1.0000; \nstroke:#F5F4EF; stroke-width:0.0001; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<rect x=\"0\" y=\"0\" width=\"297.0022\" height=\"210.0072\" rx=\"0.000000\" />\n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M177.0022 166.0072\nL285.0022 166.0072\nL285.0022 198.0072\nL177.0022 198.0072\nL177.0022 166.0072\n\" />\n<path  d=\"M10.0000 10.0000\nL287.0022 10.0000\nL287.0022 200.0072\nL10.0000 200.0072\nL10.0000 10.0000\n\" />\n<path  d=\"M12.0000 12.0000\nL285.0022 12.0000\nL285.0022 198.0072\nL12.0000 198.0072\nL12.0000 12.0000\n\" />\n<path  d=\"M60.0000 12.0000\nL60.0000 10.0000\n\" />\n<path  d=\"M110.0000 12.0000\nL110.0000 10.0000\n\" />\n<path  d=\"M160.0000 12.0000\nL160.0000 10.0000\n\" />\n<path  d=\"M210.0000 12.0000\nL210.0000 10.0000\n\" />\n<path  d=\"M260.0000 12.0000\nL260.0000 10.0000\n\" />\n<text x=\"35.0000\" y=\"11.6500\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">1</text>\n<g class=\"stroked-text\"><desc>1</desc>\n<path  d=\"M36.0906 11.5935\nL35.3478 11.5935\n\" />\n<path  d=\"M35.7192 11.5935\nL35.7192 10.2935\n\" />\n<path  d=\"M35.7192 10.2935\nL35.5954 10.4792\n\" />\n<path  d=\"M35.5954 10.4792\nL35.4716 10.6030\n\" />\n<path  d=\"M35.4716 10.6030\nL35.3478 10.6649\n\" />\n</g><text x=\"85.0000\" y=\"11.6500\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">2</text>\n<g class=\"stroked-text\"><desc>2</desc>\n<path  d=\"M85.3478 10.4173\nL85.4097 10.3554\n\" />\n<path  d=\"M85.4097 10.3554\nL85.5335 10.2935\n\" />\n<path  d=\"M85.5335 10.2935\nL85.8430 10.2935\n\" />\n<path  d=\"M85.8430 10.2935\nL85.9668 10.3554\n\" />\n<path  d=\"M85.9668 10.3554\nL86.0287 10.4173\n\" />\n<path  d=\"M86.0287 10.4173\nL86.0906 10.5411\n\" />\n<path  d=\"M86.0906 10.5411\nL86.0906 10.6649\n\" />\n<path  d=\"M86.0906 10.6649\nL86.0287 10.8506\n\" />\n<path  d=\"M86.0287 10.8506\nL85.2859 11.5935\n\" />\n<path  d=\"M85.2859 11.5935\nL86.0906 11.5935\n\" />\n</g><text x=\"135.0000\" y=\"11.6500\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">3</text>\n<g class=\"stroked-text\"><desc>3</desc>\n<path  d=\"M135.2859 10.2935\nL136.0906 10.2935\n\" />\n<path  d=\"M136.0906 10.2935\nL135.6573 10.7887\n\" />\n<path  d=\"M135.6573 10.7887\nL135.8430 10.7887\n\" />\n<path  d=\"M135.8430 10.7887\nL135.9668 10.8506\n\" />\n<path  d=\"M135.9668 10.8506\nL136.0287 10.9125\n\" />\n<path  d=\"M136.0287 10.9125\nL136.0906 11.0363\n\" />\n<path  d=\"M136.0906 11.0363\nL136.0906 11.3458\n\" />\n<path  d=\"M136.0906 11.3458\nL136.0287 11.4696\n\" />\n<path  d=\"M136.0287 11.4696\nL135.9668 11.5316\n\" />\n<path  d=\"M135.9668 11.5316\nL135.8430 11.5935\n\" />\n<path  d=\"M135.8430 11.5935\nL135.4716 11.5935\n\" />\n<path  d=\"M135.4716 11.5935\nL135.3478 11.5316\n\" />\n<path  d=\"M135.3478 11.5316\nL135.2859 11.4696\n\" />\n</g><text x=\"185.0000\" y=\"11.6500\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">4</text>\n<g class=\"stroked-text\"><desc>4</desc>\n<path  d=\"M185.9668 10.7268\nL185.9668 11.5935\n\" />\n<path  d=\"M185.6573 10.2316\nL185.3478 11.1601\n\" />\n<path  d=\"M185.3478 11.1601\nL186.1525 11.1601\n\" />\n</g><text x=\"235.0000\" y=\"11.6500\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">5</text>\n<g class=\"stroked-text\"><desc>5</desc>\n<path  d=\"M236.0287 10.2935\nL235.4097 10.2935\n\" />\n<path  d=\"M235.4097 10.2935\nL235.3478 10.9125\n\" />\n<path  d=\"M235.3478 10.9125\nL235.4097 10.8506\n\" />\n<path  d=\"M235.4097 10.8506\nL235.5335 10.7887\n\" />\n<path  d=\"M235.5335 10.7887\nL235.8430 10.7887\n\" />\n<path  d=\"M235.8430 10.7887\nL235.9668 10.8506\n\" />\n<path  d=\"M235.9668 10.8506\nL236.0287 10.9125\n\" />\n<path  d=\"M236.0287 10.9125\nL236.0906 11.0363\n\" />\n<path  d=\"M236.0906 11.0363\nL236.0906 11.3458\n\" />\n<path  d=\"M236.0906 11.3458\nL236.0287 11.4696\n\" />\n<path  d=\"M236.0287 11.4696\nL235.9668 11.5316\n\" />\n<path  d=\"M235.9668 11.5316\nL235.8430 11.5935\n\" />\n<path  d=\"M235.8430 11.5935\nL235.5335 11.5935\n\" />\n<path  d=\"M235.5335 11.5935\nL235.4097 11.5316\n\" />\n<path  d=\"M235.4097 11.5316\nL235.3478 11.4696\n\" />\n</g><text x=\"285.0000\" y=\"11.6500\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">6</text>\n<g class=\"stroked-text\"><desc>6</desc>\n<path  d=\"M285.9668 10.2935\nL285.7192 10.2935\n\" />\n<path  d=\"M285.7192 10.2935\nL285.5954 10.3554\n\" />\n<path  d=\"M285.5954 10.3554\nL285.5335 10.4173\n\" />\n<path  d=\"M285.5335 10.4173\nL285.4097 10.6030\n\" />\n<path  d=\"M285.4097 10.6030\nL285.3478 10.8506\n\" />\n<path  d=\"M285.3478 10.8506\nL285.3478 11.3458\n\" />\n<path  d=\"M285.3478 11.3458\nL285.4097 11.4696\n\" />\n<path  d=\"M285.4097 11.4696\nL285.4716 11.5316\n\" />\n<path  d=\"M285.4716 11.5316\nL285.5954 11.5935\n\" />\n<path  d=\"M285.5954 11.5935\nL285.8430 11.5935\n\" />\n<path  d=\"M285.8430 11.5935\nL285.9668 11.5316\n\" />\n<path  d=\"M285.9668 11.5316\nL286.0287 11.4696\n\" />\n<path  d=\"M286.0287 11.4696\nL286.0906 11.3458\n\" />\n<path  d=\"M286.0906 11.3458\nL286.0906 11.0363\n\" />\n<path  d=\"M286.0906 11.0363\nL286.0287 10.9125\n\" />\n<path  d=\"M286.0287 10.9125\nL285.9668 10.8506\n\" />\n<path  d=\"M285.9668 10.8506\nL285.8430 10.7887\n\" />\n<path  d=\"M285.8430 10.7887\nL285.5954 10.7887\n\" />\n<path  d=\"M285.5954 10.7887\nL285.4716 10.8506\n\" />\n<path  d=\"M285.4716 10.8506\nL285.4097 10.9125\n\" />\n<path  d=\"M285.4097 10.9125\nL285.3478 11.0363\n\" />\n</g><path  d=\"M60.0000 198.0072\nL60.0000 200.0072\n\" />\n<path  d=\"M110.0000 198.0072\nL110.0000 200.0072\n\" />\n<path  d=\"M160.0000 198.0072\nL160.0000 200.0072\n\" />\n<path  d=\"M210.0000 198.0072\nL210.0000 200.0072\n\" />\n<path  d=\"M260.0000 198.0072\nL260.0000 200.0072\n\" />\n<text x=\"35.0000\" y=\"199.6572\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">1</text>\n<g class=\"stroked-text\"><desc>1</desc>\n<path  d=\"M36.0906 199.6007\nL35.3478 199.6007\n\" />\n<path  d=\"M35.7192 199.6007\nL35.7192 198.3007\n\" />\n<path  d=\"M35.7192 198.3007\nL35.5954 198.4864\n\" />\n<path  d=\"M35.5954 198.4864\nL35.4716 198.6102\n\" />\n<path  d=\"M35.4716 198.6102\nL35.3478 198.6721\n\" />\n</g><text x=\"85.0000\" y=\"199.6572\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">2</text>\n<g class=\"stroked-text\"><desc>2</desc>\n<path  d=\"M85.3478 198.4245\nL85.4097 198.3626\n\" />\n<path  d=\"M85.4097 198.3626\nL85.5335 198.3007\n\" />\n<path  d=\"M85.5335 198.3007\nL85.8430 198.3007\n\" />\n<path  d=\"M85.8430 198.3007\nL85.9668 198.3626\n\" />\n<path  d=\"M85.9668 198.3626\nL86.0287 198.4245\n\" />\n<path  d=\"M86.0287 198.4245\nL86.0906 198.5483\n\" />\n<path  d=\"M86.0906 198.5483\nL86.0906 198.6721\n\" />\n<path  d=\"M86.0906 198.6721\nL86.0287 198.8578\n\" />\n<path  d=\"M86.0287 198.8578\nL85.2859 199.6007\n\" />\n<path  d=\"M85.2859 199.6007\nL86.0906 199.6007\n\" />\n</g><text x=\"135.0000\" y=\"199.6572\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">3</text>\n<g class=\"stroked-text\"><desc>3</desc>\n<path  d=\"M135.2859 198.3007\nL136.0906 198.3007\n\" />\n<path  d=\"M136.0906 198.3007\nL135.6573 198.7959\n\" />\n<path  d=\"M135.6573 198.7959\nL135.8430 198.7959\n\" />\n<path  d=\"M135.8430 198.7959\nL135.9668 198.8578\n\" />\n<path  d=\"M135.9668 198.8578\nL136.0287 198.9197\n\" />\n<path  d=\"M136.0287 198.9197\nL136.0906 199.0435\n\" />\n<path  d=\"M136.0906 199.0435\nL136.0906 199.3530\n\" />\n<path  d=\"M136.0906 199.3530\nL136.0287 199.4768\n\" />\n<path  d=\"M136.0287 199.4768\nL135.9668 199.5388\n\" />\n<path  d=\"M135.9668 199.5388\nL135.8430 199.6007\n\" />\n<path  d=\"M135.8430 199.6007\nL135.4716 199.6007\n\" />\n<path  d=\"M135.4716 199.6007\nL135.3478 199.5388\n\" />\n<path  d=\"M135.3478 199.5388\nL135.2859 199.4768\n\" />\n</g><text x=\"185.0000\" y=\"199.6572\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">4</text>\n<g class=\"stroked-text\"><desc>4</desc>\n<path  d=\"M185.9668 198.7340\nL185.9668 199.6007\n\" />\n<path  d=\"M185.6573 198.2388\nL185.3478 199.1673\n\" />\n<path  d=\"M185.3478 199.1673\nL186.1525 199.1673\n\" />\n</g><text x=\"235.0000\" y=\"199.6572\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">5</text>\n<g class=\"stroked-text\"><desc>5</desc>\n<path  d=\"M236.0287 198.3007\nL235.4097 198.3007\n\" />\n<path  d=\"M235.4097 198.3007\nL235.3478 198.9197\n\" />\n<path  d=\"M235.3478 198.9197\nL235.4097 198.8578\n\" />\n<path  d=\"M235.4097 198.8578\nL235.5335 198.7959\n\" />\n<path  d=\"M235.5335 198.7959\nL235.8430 198.7959\n\" />\n<path  d=\"M235.8430 198.7959\nL235.9668 198.8578\n\" />\n<path  d=\"M235.9668 198.8578\nL236.0287 198.9197\n\" />\n<path  d=\"M236.0287 198.9197\nL236.0906 199.0435\n\" />\n<path  d=\"M236.0906 199.0435\nL236.0906 199.3530\n\" />\n<path  d=\"M236.0906 199.3530\nL236.0287 199.4768\n\" />\n<path  d=\"M236.0287 199.4768\nL235.9668 199.5388\n\" />\n<path  d=\"M235.9668 199.5388\nL235.8430 199.6007\n\" />\n<path  d=\"M235.8430 199.6007\nL235.5335 199.6007\n\" />\n<path  d=\"M235.5335 199.6007\nL235.4097 199.5388\n\" />\n<path  d=\"M235.4097 199.5388\nL235.3478 199.4768\n\" />\n</g><text x=\"285.0000\" y=\"199.6572\"\ntextLength=\"1.4353\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">6</text>\n<g class=\"stroked-text\"><desc>6</desc>\n<path  d=\"M285.9668 198.3007\nL285.7192 198.3007\n\" />\n<path  d=\"M285.7192 198.3007\nL285.5954 198.3626\n\" />\n<path  d=\"M285.5954 198.3626\nL285.5335 198.4245\n\" />\n<path  d=\"M285.5335 198.4245\nL285.4097 198.6102\n\" />\n<path  d=\"M285.4097 198.6102\nL285.3478 198.8578\n\" />\n<path  d=\"M285.3478 198.8578\nL285.3478 199.3530\n\" />\n<path  d=\"M285.3478 199.3530\nL285.4097 199.4768\n\" />\n<path  d=\"M285.4097 199.4768\nL285.4716 199.5388\n\" />\n<path  d=\"M285.4716 199.5388\nL285.5954 199.6007\n\" />\n<path  d=\"M285.5954 199.6007\nL285.8430 199.6007\n\" />\n<path  d=\"M285.8430 199.6007\nL285.9668 199.5388\n\" />\n<path  d=\"M285.9668 199.5388\nL286.0287 199.4768\n\" />\n<path  d=\"M286.0287 199.4768\nL286.0906 199.3530\n\" />\n<path  d=\"M286.0906 199.3530\nL286.0906 199.0435\n\" />\n<path  d=\"M286.0906 199.0435\nL286.0287 198.9197\n\" />\n<path  d=\"M286.0287 198.9197\nL285.9668 198.8578\n\" />\n<path  d=\"M285.9668 198.8578\nL285.8430 198.7959\n\" />\n<path  d=\"M285.8430 198.7959\nL285.5954 198.7959\n\" />\n<path  d=\"M285.5954 198.7959\nL285.4716 198.8578\n\" />\n<path  d=\"M285.4716 198.8578\nL285.4097 198.9197\n\" />\n<path  d=\"M285.4097 198.9197\nL285.3478 199.0435\n\" />\n</g><path  d=\"M10.0000 60.0000\nL12.0000 60.0000\n\" />\n<path  d=\"M10.0000 110.0000\nL12.0000 110.0000\n\" />\n<path  d=\"M10.0000 160.0000\nL12.0000 160.0000\n\" />\n<text x=\"11.0000\" y=\"35.6500\"\ntextLength=\"1.3115\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">A</text>\n<g class=\"stroked-text\"><desc>A</desc>\n<path  d=\"M10.6905 35.2220\nL11.3095 35.2220\n\" />\n<path  d=\"M10.5667 35.5935\nL11.0000 34.2935\n\" />\n<path  d=\"M11.0000 34.2935\nL11.4333 35.5935\n\" />\n</g><text x=\"11.0000\" y=\"85.6500\"\ntextLength=\"1.4972\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">B</text>\n<g class=\"stroked-text\"><desc>B</desc>\n<path  d=\"M11.0928 84.9125\nL11.2785 84.9744\n\" />\n<path  d=\"M11.2785 84.9744\nL11.3404 85.0363\n\" />\n<path  d=\"M11.3404 85.0363\nL11.4023 85.1601\n\" />\n<path  d=\"M11.4023 85.1601\nL11.4023 85.3458\n\" />\n<path  d=\"M11.4023 85.3458\nL11.3404 85.4696\n\" />\n<path  d=\"M11.3404 85.4696\nL11.2785 85.5316\n\" />\n<path  d=\"M11.2785 85.5316\nL11.1547 85.5935\n\" />\n<path  d=\"M11.1547 85.5935\nL10.6595 85.5935\n\" />\n<path  d=\"M10.6595 85.5935\nL10.6595 84.2935\n\" />\n<path  d=\"M10.6595 84.2935\nL11.0928 84.2935\n\" />\n<path  d=\"M11.0928 84.2935\nL11.2166 84.3554\n\" />\n<path  d=\"M11.2166 84.3554\nL11.2785 84.4173\n\" />\n<path  d=\"M11.2785 84.4173\nL11.3404 84.5411\n\" />\n<path  d=\"M11.3404 84.5411\nL11.3404 84.6649\n\" />\n<path  d=\"M11.3404 84.6649\nL11.2785 84.7887\n\" />\n<path  d=\"M11.2785 84.7887\nL11.2166 84.8506\n\" />\n<path  d=\"M11.2166 84.8506\nL11.0928 84.9125\n\" />\n<path  d=\"M11.0928 84.9125\nL10.6595 84.9125\n\" />\n</g><text x=\"11.0000\" y=\"135.6500\"\ntextLength=\"1.4972\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C</text>\n<g class=\"stroked-text\"><desc>C</desc>\n<path  d=\"M11.4023 135.4696\nL11.3404 135.5316\n\" />\n<path  d=\"M11.3404 135.5316\nL11.1547 135.5935\n\" />\n<path  d=\"M11.1547 135.5935\nL11.0309 135.5935\n\" />\n<path  d=\"M11.0309 135.5935\nL10.8452 135.5316\n\" />\n<path  d=\"M10.8452 135.5316\nL10.7214 135.4077\n\" />\n<path  d=\"M10.7214 135.4077\nL10.6595 135.2839\n\" />\n<path  d=\"M10.6595 135.2839\nL10.5976 135.0363\n\" />\n<path  d=\"M10.5976 135.0363\nL10.5976 134.8506\n\" />\n<path  d=\"M10.5976 134.8506\nL10.6595 134.6030\n\" />\n<path  d=\"M10.6595 134.6030\nL10.7214 134.4792\n\" />\n<path  d=\"M10.7214 134.4792\nL10.8452 134.3554\n\" />\n<path  d=\"M10.8452 134.3554\nL11.0309 134.2935\n\" />\n<path  d=\"M11.0309 134.2935\nL11.1547 134.2935\n\" />\n<path  d=\"M11.1547 134.2935\nL11.3404 134.3554\n\" />\n<path  d=\"M11.3404 134.3554\nL11.4023 134.4173\n\" />\n</g><text x=\"11.0000\" y=\"185.6500\"\ntextLength=\"1.4972\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">D</text>\n<g class=\"stroked-text\"><desc>D</desc>\n<path  d=\"M10.6595 185.5935\nL10.6595 184.2935\n\" />\n<path  d=\"M10.6595 184.2935\nL10.9690 184.2935\n\" />\n<path  d=\"M10.9690 184.2935\nL11.1547 184.3554\n\" />\n<path  d=\"M11.1547 184.3554\nL11.2785 184.4792\n\" />\n<path  d=\"M11.2785 184.4792\nL11.3404 184.6030\n\" />\n<path  d=\"M11.3404 184.6030\nL11.4023 184.8506\n\" />\n<path  d=\"M11.4023 184.8506\nL11.4023 185.0363\n\" />\n<path  d=\"M11.4023 185.0363\nL11.3404 185.2839\n\" />\n<path  d=\"M11.3404 185.2839\nL11.2785 185.4077\n\" />\n<path  d=\"M11.2785 185.4077\nL11.1547 185.5316\n\" />\n<path  d=\"M11.1547 185.5316\nL10.9690 185.5935\n\" />\n<path  d=\"M10.9690 185.5935\nL10.6595 185.5935\n\" />\n</g><path  d=\"M287.0022 60.0000\nL285.0022 60.0000\n\" />\n<path  d=\"M287.0022 110.0000\nL285.0022 110.0000\n\" />\n<path  d=\"M287.0022 160.0000\nL285.0022 160.0000\n\" />\n<text x=\"286.0022\" y=\"35.6500\"\ntextLength=\"1.3115\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">A</text>\n<g class=\"stroked-text\"><desc>A</desc>\n<path  d=\"M285.6927 35.2220\nL286.3117 35.2220\n\" />\n<path  d=\"M285.5689 35.5935\nL286.0022 34.2935\n\" />\n<path  d=\"M286.0022 34.2935\nL286.4355 35.5935\n\" />\n</g><text x=\"286.0022\" y=\"85.6500\"\ntextLength=\"1.4972\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">B</text>\n<g class=\"stroked-text\"><desc>B</desc>\n<path  d=\"M286.0950 84.9125\nL286.2807 84.9744\n\" />\n<path  d=\"M286.2807 84.9744\nL286.3426 85.0363\n\" />\n<path  d=\"M286.3426 85.0363\nL286.4045 85.1601\n\" />\n<path  d=\"M286.4045 85.1601\nL286.4045 85.3458\n\" />\n<path  d=\"M286.4045 85.3458\nL286.3426 85.4696\n\" />\n<path  d=\"M286.3426 85.4696\nL286.2807 85.5316\n\" />\n<path  d=\"M286.2807 85.5316\nL286.1569 85.5935\n\" />\n<path  d=\"M286.1569 85.5935\nL285.6617 85.5935\n\" />\n<path  d=\"M285.6617 85.5935\nL285.6617 84.2935\n\" />\n<path  d=\"M285.6617 84.2935\nL286.0950 84.2935\n\" />\n<path  d=\"M286.0950 84.2935\nL286.2188 84.3554\n\" />\n<path  d=\"M286.2188 84.3554\nL286.2807 84.4173\n\" />\n<path  d=\"M286.2807 84.4173\nL286.3426 84.5411\n\" />\n<path  d=\"M286.3426 84.5411\nL286.3426 84.6649\n\" />\n<path  d=\"M286.3426 84.6649\nL286.2807 84.7887\n\" />\n<path  d=\"M286.2807 84.7887\nL286.2188 84.8506\n\" />\n<path  d=\"M286.2188 84.8506\nL286.0950 84.9125\n\" />\n<path  d=\"M286.0950 84.9125\nL285.6617 84.9125\n\" />\n</g><text x=\"286.0022\" y=\"135.6500\"\ntextLength=\"1.4972\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C</text>\n<g class=\"stroked-text\"><desc>C</desc>\n<path  d=\"M286.4045 135.4696\nL286.3426 135.5316\n\" />\n<path  d=\"M286.3426 135.5316\nL286.1569 135.5935\n\" />\n<path  d=\"M286.1569 135.5935\nL286.0331 135.5935\n\" />\n<path  d=\"M286.0331 135.5935\nL285.8474 135.5316\n\" />\n<path  d=\"M285.8474 135.5316\nL285.7236 135.4077\n\" />\n<path  d=\"M285.7236 135.4077\nL285.6617 135.2839\n\" />\n<path  d=\"M285.6617 135.2839\nL285.5998 135.0363\n\" />\n<path  d=\"M285.5998 135.0363\nL285.5998 134.8506\n\" />\n<path  d=\"M285.5998 134.8506\nL285.6617 134.6030\n\" />\n<path  d=\"M285.6617 134.6030\nL285.7236 134.4792\n\" />\n<path  d=\"M285.7236 134.4792\nL285.8474 134.3554\n\" />\n<path  d=\"M285.8474 134.3554\nL286.0331 134.2935\n\" />\n<path  d=\"M286.0331 134.2935\nL286.1569 134.2935\n\" />\n<path  d=\"M286.1569 134.2935\nL286.3426 134.3554\n\" />\n<path  d=\"M286.3426 134.3554\nL286.4045 134.4173\n\" />\n</g><text x=\"286.0022\" y=\"185.6500\"\ntextLength=\"1.4972\" font-size=\"1.7333\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">D</text>\n<g class=\"stroked-text\"><desc>D</desc>\n<path  d=\"M285.6617 185.5935\nL285.6617 184.2935\n\" />\n<path  d=\"M285.6617 184.2935\nL285.9712 184.2935\n\" />\n<path  d=\"M285.9712 184.2935\nL286.1569 184.3554\n\" />\n<path  d=\"M286.1569 184.3554\nL286.2807 184.4792\n\" />\n<path  d=\"M286.2807 184.4792\nL286.3426 184.6030\n\" />\n<path  d=\"M286.3426 184.6030\nL286.4045 184.8506\n\" />\n<path  d=\"M286.4045 184.8506\nL286.4045 185.0363\n\" />\n<path  d=\"M286.4045 185.0363\nL286.3426 185.2839\n\" />\n<path  d=\"M286.3426 185.2839\nL286.2807 185.4077\n\" />\n<path  d=\"M286.2807 185.4077\nL286.1569 185.5316\n\" />\n<path  d=\"M286.1569 185.5316\nL285.9712 185.5935\n\" />\n<path  d=\"M285.9712 185.5935\nL285.6617 185.5935\n\" />\n</g><text x=\"200.0022\" y=\"193.8572\"\ntextLength=\"7.0143\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">Date: </text>\n<g class=\"stroked-text\"><desc>Date: </desc>\n<path  d=\"M200.4595 193.7931\nL200.4595 192.2931\n\" />\n<path  d=\"M200.4595 192.2931\nL200.8166 192.2931\n\" />\n<path  d=\"M200.8166 192.2931\nL201.0309 192.3645\n\" />\n<path  d=\"M201.0309 192.3645\nL201.1738 192.5074\n\" />\n<path  d=\"M201.1738 192.5074\nL201.2452 192.6502\n\" />\n<path  d=\"M201.2452 192.6502\nL201.3166 192.9359\n\" />\n<path  d=\"M201.3166 192.9359\nL201.3166 193.1502\n\" />\n<path  d=\"M201.3166 193.1502\nL201.2452 193.4359\n\" />\n<path  d=\"M201.2452 193.4359\nL201.1738 193.5788\n\" />\n<path  d=\"M201.1738 193.5788\nL201.0309 193.7217\n\" />\n<path  d=\"M201.0309 193.7217\nL200.8166 193.7931\n\" />\n<path  d=\"M200.8166 193.7931\nL200.4595 193.7931\n\" />\n<path  d=\"M202.6024 193.7931\nL202.6024 193.0074\n\" />\n<path  d=\"M202.6024 193.0074\nL202.5309 192.8645\n\" />\n<path  d=\"M202.5309 192.8645\nL202.3881 192.7931\n\" />\n<path  d=\"M202.3881 192.7931\nL202.1024 192.7931\n\" />\n<path  d=\"M202.1024 192.7931\nL201.9595 192.8645\n\" />\n<path  d=\"M202.6024 193.7217\nL202.4595 193.7931\n\" />\n<path  d=\"M202.4595 193.7931\nL202.1024 193.7931\n\" />\n<path  d=\"M202.1024 193.7931\nL201.9595 193.7217\n\" />\n<path  d=\"M201.9595 193.7217\nL201.8881 193.5788\n\" />\n<path  d=\"M201.8881 193.5788\nL201.8881 193.4359\n\" />\n<path  d=\"M201.8881 193.4359\nL201.9595 193.2931\n\" />\n<path  d=\"M201.9595 193.2931\nL202.1024 193.2217\n\" />\n<path  d=\"M202.1024 193.2217\nL202.4595 193.2217\n\" />\n<path  d=\"M202.4595 193.2217\nL202.6024 193.1502\n\" />\n<path  d=\"M203.1023 192.7931\nL203.6737 192.7931\n\" />\n<path  d=\"M203.3166 192.2931\nL203.3166 193.5788\n\" />\n<path  d=\"M203.3166 193.5788\nL203.3880 193.7217\n\" />\n<path  d=\"M203.3880 193.7217\nL203.5309 193.7931\n\" />\n<path  d=\"M203.5309 193.7931\nL203.6737 193.7931\n\" />\n<path  d=\"M204.7451 193.7217\nL204.6023 193.7931\n\" />\n<path  d=\"M204.6023 193.7931\nL204.3166 193.7931\n\" />\n<path  d=\"M204.3166 193.7931\nL204.1737 193.7217\n\" />\n<path  d=\"M204.1737 193.7217\nL204.1023 193.5788\n\" />\n<path  d=\"M204.1023 193.5788\nL204.1023 193.0074\n\" />\n<path  d=\"M204.1023 193.0074\nL204.1737 192.8645\n\" />\n<path  d=\"M204.1737 192.8645\nL204.3166 192.7931\n\" />\n<path  d=\"M204.3166 192.7931\nL204.6023 192.7931\n\" />\n<path  d=\"M204.6023 192.7931\nL204.7451 192.8645\n\" />\n<path  d=\"M204.7451 192.8645\nL204.8166 193.0074\n\" />\n<path  d=\"M204.8166 193.0074\nL204.8166 193.1502\n\" />\n<path  d=\"M204.8166 193.1502\nL204.1023 193.2931\n\" />\n<path  d=\"M205.4594 193.6502\nL205.5308 193.7217\n\" />\n<path  d=\"M205.5308 193.7217\nL205.4594 193.7931\n\" />\n<path  d=\"M205.4594 193.7931\nL205.3880 193.7217\n\" />\n<path  d=\"M205.3880 193.7217\nL205.4594 193.6502\n\" />\n<path  d=\"M205.4594 193.6502\nL205.4594 193.7931\n\" />\n<path  d=\"M205.4594 192.8645\nL205.5308 192.9359\n\" />\n<path  d=\"M205.5308 192.9359\nL205.4594 193.0074\n\" />\n<path  d=\"M205.4594 193.0074\nL205.3880 192.9359\n\" />\n<path  d=\"M205.3880 192.9359\nL205.4594 192.8645\n\" />\n<path  d=\"M205.4594 192.8645\nL205.4594 193.0074\n\" />\n</g><path  d=\"M177.0022 194.5072\nL285.0022 194.5072\n\" />\n<text x=\"178.0022\" y=\"196.6572\"\ntextLength=\"22.3002\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">KiCad E.D.A. 10.0.2</text>\n<g class=\"stroked-text\"><desc>KiCad E.D.A. 10.0.2</desc>\n<path  d=\"M178.4595 196.5931\nL178.4595 195.0931\n\" />\n<path  d=\"M179.3166 196.5931\nL178.6738 195.7359\n\" />\n<path  d=\"M179.3166 195.0931\nL178.4595 195.9502\n\" />\n<path  d=\"M179.9595 196.5931\nL179.9595 195.5931\n\" />\n<path  d=\"M179.9595 195.0931\nL179.8881 195.1645\n\" />\n<path  d=\"M179.8881 195.1645\nL179.9595 195.2359\n\" />\n<path  d=\"M179.9595 195.2359\nL180.0309 195.1645\n\" />\n<path  d=\"M180.0309 195.1645\nL179.9595 195.0931\n\" />\n<path  d=\"M179.9595 195.0931\nL179.9595 195.2359\n\" />\n<path  d=\"M181.5309 196.4502\nL181.4595 196.5217\n\" />\n<path  d=\"M181.4595 196.5217\nL181.2452 196.5931\n\" />\n<path  d=\"M181.2452 196.5931\nL181.1024 196.5931\n\" />\n<path  d=\"M181.1024 196.5931\nL180.8881 196.5217\n\" />\n<path  d=\"M180.8881 196.5217\nL180.7452 196.3788\n\" />\n<path  d=\"M180.7452 196.3788\nL180.6738 196.2359\n\" />\n<path  d=\"M180.6738 196.2359\nL180.6024 195.9502\n\" />\n<path  d=\"M180.6024 195.9502\nL180.6024 195.7359\n\" />\n<path  d=\"M180.6024 195.7359\nL180.6738 195.4502\n\" />\n<path  d=\"M180.6738 195.4502\nL180.7452 195.3074\n\" />\n<path  d=\"M180.7452 195.3074\nL180.8881 195.1645\n\" />\n<path  d=\"M180.8881 195.1645\nL181.1024 195.0931\n\" />\n<path  d=\"M181.1024 195.0931\nL181.2452 195.0931\n\" />\n<path  d=\"M181.2452 195.0931\nL181.4595 195.1645\n\" />\n<path  d=\"M181.4595 195.1645\nL181.5309 195.2359\n\" />\n<path  d=\"M182.8167 196.5931\nL182.8167 195.8074\n\" />\n<path  d=\"M182.8167 195.8074\nL182.7452 195.6645\n\" />\n<path  d=\"M182.7452 195.6645\nL182.6024 195.5931\n\" />\n<path  d=\"M182.6024 195.5931\nL182.3167 195.5931\n\" />\n<path  d=\"M182.3167 195.5931\nL182.1738 195.6645\n\" />\n<path  d=\"M182.8167 196.5217\nL182.6738 196.5931\n\" />\n<path  d=\"M182.6738 196.5931\nL182.3167 196.5931\n\" />\n<path  d=\"M182.3167 196.5931\nL182.1738 196.5217\n\" />\n<path  d=\"M182.1738 196.5217\nL182.1024 196.3788\n\" />\n<path  d=\"M182.1024 196.3788\nL182.1024 196.2359\n\" />\n<path  d=\"M182.1024 196.2359\nL182.1738 196.0931\n\" />\n<path  d=\"M182.1738 196.0931\nL182.3167 196.0217\n\" />\n<path  d=\"M182.3167 196.0217\nL182.6738 196.0217\n\" />\n<path  d=\"M182.6738 196.0217\nL182.8167 195.9502\n\" />\n<path  d=\"M184.1738 196.5931\nL184.1738 195.0931\n\" />\n<path  d=\"M184.1738 196.5217\nL184.0309 196.5931\n\" />\n<path  d=\"M184.0309 196.5931\nL183.7452 196.5931\n\" />\n<path  d=\"M183.7452 196.5931\nL183.6023 196.5217\n\" />\n<path  d=\"M183.6023 196.5217\nL183.5309 196.4502\n\" />\n<path  d=\"M183.5309 196.4502\nL183.4595 196.3074\n\" />\n<path  d=\"M183.4595 196.3074\nL183.4595 195.8788\n\" />\n<path  d=\"M183.4595 195.8788\nL183.5309 195.7359\n\" />\n<path  d=\"M183.5309 195.7359\nL183.6023 195.6645\n\" />\n<path  d=\"M183.6023 195.6645\nL183.7452 195.5931\n\" />\n<path  d=\"M183.7452 195.5931\nL184.0309 195.5931\n\" />\n<path  d=\"M184.0309 195.5931\nL184.1738 195.6645\n\" />\n<path  d=\"M186.0309 195.8074\nL186.5309 195.8074\n\" />\n<path  d=\"M186.7452 196.5931\nL186.0309 196.5931\n\" />\n<path  d=\"M186.0309 196.5931\nL186.0309 195.0931\n\" />\n<path  d=\"M186.0309 195.0931\nL186.7452 195.0931\n\" />\n<path  d=\"M187.3880 196.4502\nL187.4594 196.5217\n\" />\n<path  d=\"M187.4594 196.5217\nL187.3880 196.5931\n\" />\n<path  d=\"M187.3880 196.5931\nL187.3166 196.5217\n\" />\n<path  d=\"M187.3166 196.5217\nL187.3880 196.4502\n\" />\n<path  d=\"M187.3880 196.4502\nL187.3880 196.5931\n\" />\n<path  d=\"M188.1023 196.5931\nL188.1023 195.0931\n\" />\n<path  d=\"M188.1023 195.0931\nL188.4594 195.0931\n\" />\n<path  d=\"M188.4594 195.0931\nL188.6737 195.1645\n\" />\n<path  d=\"M188.6737 195.1645\nL188.8166 195.3074\n\" />\n<path  d=\"M188.8166 195.3074\nL188.8880 195.4502\n\" />\n<path  d=\"M188.8880 195.4502\nL188.9594 195.7359\n\" />\n<path  d=\"M188.9594 195.7359\nL188.9594 195.9502\n\" />\n<path  d=\"M188.9594 195.9502\nL188.8880 196.2359\n\" />\n<path  d=\"M188.8880 196.2359\nL188.8166 196.3788\n\" />\n<path  d=\"M188.8166 196.3788\nL188.6737 196.5217\n\" />\n<path  d=\"M188.6737 196.5217\nL188.4594 196.5931\n\" />\n<path  d=\"M188.4594 196.5931\nL188.1023 196.5931\n\" />\n<path  d=\"M189.6023 196.4502\nL189.6737 196.5217\n\" />\n<path  d=\"M189.6737 196.5217\nL189.6023 196.5931\n\" />\n<path  d=\"M189.6023 196.5931\nL189.5309 196.5217\n\" />\n<path  d=\"M189.5309 196.5217\nL189.6023 196.4502\n\" />\n<path  d=\"M189.6023 196.4502\nL189.6023 196.5931\n\" />\n<path  d=\"M190.2452 196.1645\nL190.9595 196.1645\n\" />\n<path  d=\"M190.1023 196.5931\nL190.6023 195.0931\n\" />\n<path  d=\"M190.6023 195.0931\nL191.1023 196.5931\n\" />\n<path  d=\"M191.6023 196.4502\nL191.6737 196.5217\n\" />\n<path  d=\"M191.6737 196.5217\nL191.6023 196.5931\n\" />\n<path  d=\"M191.6023 196.5931\nL191.5309 196.5217\n\" />\n<path  d=\"M191.5309 196.5217\nL191.6023 196.4502\n\" />\n<path  d=\"M191.6023 196.4502\nL191.6023 196.5931\n\" />\n<path  d=\"M194.2452 196.5931\nL193.3881 196.5931\n\" />\n<path  d=\"M193.8166 196.5931\nL193.8166 195.0931\n\" />\n<path  d=\"M193.8166 195.0931\nL193.6738 195.3074\n\" />\n<path  d=\"M193.6738 195.3074\nL193.5309 195.4502\n\" />\n<path  d=\"M193.5309 195.4502\nL193.3881 195.5217\n\" />\n<path  d=\"M195.1738 195.0931\nL195.3167 195.0931\n\" />\n<path  d=\"M195.3167 195.0931\nL195.4595 195.1645\n\" />\n<path  d=\"M195.4595 195.1645\nL195.5310 195.2359\n\" />\n<path  d=\"M195.5310 195.2359\nL195.6024 195.3788\n\" />\n<path  d=\"M195.6024 195.3788\nL195.6738 195.6645\n\" />\n<path  d=\"M195.6738 195.6645\nL195.6738 196.0217\n\" />\n<path  d=\"M195.6738 196.0217\nL195.6024 196.3074\n\" />\n<path  d=\"M195.6024 196.3074\nL195.5310 196.4502\n\" />\n<path  d=\"M195.5310 196.4502\nL195.4595 196.5217\n\" />\n<path  d=\"M195.4595 196.5217\nL195.3167 196.5931\n\" />\n<path  d=\"M195.3167 196.5931\nL195.1738 196.5931\n\" />\n<path  d=\"M195.1738 196.5931\nL195.0310 196.5217\n\" />\n<path  d=\"M195.0310 196.5217\nL194.9595 196.4502\n\" />\n<path  d=\"M194.9595 196.4502\nL194.8881 196.3074\n\" />\n<path  d=\"M194.8881 196.3074\nL194.8167 196.0217\n\" />\n<path  d=\"M194.8167 196.0217\nL194.8167 195.6645\n\" />\n<path  d=\"M194.8167 195.6645\nL194.8881 195.3788\n\" />\n<path  d=\"M194.8881 195.3788\nL194.9595 195.2359\n\" />\n<path  d=\"M194.9595 195.2359\nL195.0310 195.1645\n\" />\n<path  d=\"M195.0310 195.1645\nL195.1738 195.0931\n\" />\n<path  d=\"M196.3167 196.4502\nL196.3881 196.5217\n\" />\n<path  d=\"M196.3881 196.5217\nL196.3167 196.5931\n\" />\n<path  d=\"M196.3167 196.5931\nL196.2453 196.5217\n\" />\n<path  d=\"M196.2453 196.5217\nL196.3167 196.4502\n\" />\n<path  d=\"M196.3167 196.4502\nL196.3167 196.5931\n\" />\n<path  d=\"M197.3167 195.0931\nL197.4596 195.0931\n\" />\n<path  d=\"M197.4596 195.0931\nL197.6024 195.1645\n\" />\n<path  d=\"M197.6024 195.1645\nL197.6739 195.2359\n\" />\n<path  d=\"M197.6739 195.2359\nL197.7453 195.3788\n\" />\n<path  d=\"M197.7453 195.3788\nL197.8167 195.6645\n\" />\n<path  d=\"M197.8167 195.6645\nL197.8167 196.0217\n\" />\n<path  d=\"M197.8167 196.0217\nL197.7453 196.3074\n\" />\n<path  d=\"M197.7453 196.3074\nL197.6739 196.4502\n\" />\n<path  d=\"M197.6739 196.4502\nL197.6024 196.5217\n\" />\n<path  d=\"M197.6024 196.5217\nL197.4596 196.5931\n\" />\n<path  d=\"M197.4596 196.5931\nL197.3167 196.5931\n\" />\n<path  d=\"M197.3167 196.5931\nL197.1739 196.5217\n\" />\n<path  d=\"M197.1739 196.5217\nL197.1024 196.4502\n\" />\n<path  d=\"M197.1024 196.4502\nL197.0310 196.3074\n\" />\n<path  d=\"M197.0310 196.3074\nL196.9596 196.0217\n\" />\n<path  d=\"M196.9596 196.0217\nL196.9596 195.6645\n\" />\n<path  d=\"M196.9596 195.6645\nL197.0310 195.3788\n\" />\n<path  d=\"M197.0310 195.3788\nL197.1024 195.2359\n\" />\n<path  d=\"M197.1024 195.2359\nL197.1739 195.1645\n\" />\n<path  d=\"M197.1739 195.1645\nL197.3167 195.0931\n\" />\n<path  d=\"M198.4596 196.4502\nL198.5310 196.5217\n\" />\n<path  d=\"M198.5310 196.5217\nL198.4596 196.5931\n\" />\n<path  d=\"M198.4596 196.5931\nL198.3882 196.5217\n\" />\n<path  d=\"M198.3882 196.5217\nL198.4596 196.4502\n\" />\n<path  d=\"M198.4596 196.4502\nL198.4596 196.5931\n\" />\n<path  d=\"M199.1025 195.2359\nL199.1739 195.1645\n\" />\n<path  d=\"M199.1739 195.1645\nL199.3168 195.0931\n\" />\n<path  d=\"M199.3168 195.0931\nL199.6739 195.0931\n\" />\n<path  d=\"M199.6739 195.0931\nL199.8168 195.1645\n\" />\n<path  d=\"M199.8168 195.1645\nL199.8882 195.2359\n\" />\n<path  d=\"M199.8882 195.2359\nL199.9596 195.3788\n\" />\n<path  d=\"M199.9596 195.3788\nL199.9596 195.5217\n\" />\n<path  d=\"M199.9596 195.5217\nL199.8882 195.7359\n\" />\n<path  d=\"M199.8882 195.7359\nL199.0310 196.5931\n\" />\n<path  d=\"M199.0310 196.5931\nL199.9596 196.5931\n\" />\n</g><path  d=\"M177.0022 191.5072\nL285.0022 191.5072\n\" />\n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.3000; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"263.0022\" y=\"193.8572\"\ntextLength=\"6.3858\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">Rev: </text>\n<g class=\"stroked-text\"><desc>Rev: </desc>\n<path  d=\"M264.4137 193.7855\nL263.9137 193.0712\n\" />\n<path  d=\"M263.5566 193.7855\nL263.5566 192.2855\n\" />\n<path  d=\"M263.5566 192.2855\nL264.1280 192.2855\n\" />\n<path  d=\"M264.1280 192.2855\nL264.2709 192.3569\n\" />\n<path  d=\"M264.2709 192.3569\nL264.3423 192.4283\n\" />\n<path  d=\"M264.3423 192.4283\nL264.4137 192.5712\n\" />\n<path  d=\"M264.4137 192.5712\nL264.4137 192.7855\n\" />\n<path  d=\"M264.4137 192.7855\nL264.3423 192.9283\n\" />\n<path  d=\"M264.3423 192.9283\nL264.2709 192.9998\n\" />\n<path  d=\"M264.2709 192.9998\nL264.1280 193.0712\n\" />\n<path  d=\"M264.1280 193.0712\nL263.5566 193.0712\n\" />\n<path  d=\"M265.6280 193.7141\nL265.4852 193.7855\n\" />\n<path  d=\"M265.4852 193.7855\nL265.1995 193.7855\n\" />\n<path  d=\"M265.1995 193.7855\nL265.0566 193.7141\n\" />\n<path  d=\"M265.0566 193.7141\nL264.9852 193.5712\n\" />\n<path  d=\"M264.9852 193.5712\nL264.9852 192.9998\n\" />\n<path  d=\"M264.9852 192.9998\nL265.0566 192.8569\n\" />\n<path  d=\"M265.0566 192.8569\nL265.1995 192.7855\n\" />\n<path  d=\"M265.1995 192.7855\nL265.4852 192.7855\n\" />\n<path  d=\"M265.4852 192.7855\nL265.6280 192.8569\n\" />\n<path  d=\"M265.6280 192.8569\nL265.6995 192.9998\n\" />\n<path  d=\"M265.6995 192.9998\nL265.6995 193.1426\n\" />\n<path  d=\"M265.6995 193.1426\nL264.9852 193.2855\n\" />\n<path  d=\"M266.1994 192.7855\nL266.5566 193.7855\n\" />\n<path  d=\"M266.5566 193.7855\nL266.9137 192.7855\n\" />\n<path  d=\"M267.4852 193.6426\nL267.5566 193.7141\n\" />\n<path  d=\"M267.5566 193.7141\nL267.4852 193.7855\n\" />\n<path  d=\"M267.4852 193.7855\nL267.4138 193.7141\n\" />\n<path  d=\"M267.4138 193.7141\nL267.4852 193.6426\n\" />\n<path  d=\"M267.4852 193.6426\nL267.4852 193.7855\n\" />\n<path  d=\"M267.4852 192.8569\nL267.5566 192.9283\n\" />\n<path  d=\"M267.5566 192.9283\nL267.4852 192.9998\n\" />\n<path  d=\"M267.4852 192.9998\nL267.4138 192.9283\n\" />\n<path  d=\"M267.4138 192.9283\nL267.4852 192.8569\n\" />\n<path  d=\"M267.4852 192.8569\nL267.4852 192.9998\n\" />\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"178.0022\" y=\"193.8572\"\ntextLength=\"9.3716\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">Size: A4</text>\n<g class=\"stroked-text\"><desc>Size: A4</desc>\n<path  d=\"M178.3881 193.7217\nL178.6024 193.7931\n\" />\n<path  d=\"M178.6024 193.7931\nL178.9595 193.7931\n\" />\n<path  d=\"M178.9595 193.7931\nL179.1024 193.7217\n\" />\n<path  d=\"M179.1024 193.7217\nL179.1738 193.6502\n\" />\n<path  d=\"M179.1738 193.6502\nL179.2452 193.5074\n\" />\n<path  d=\"M179.2452 193.5074\nL179.2452 193.3645\n\" />\n<path  d=\"M179.2452 193.3645\nL179.1738 193.2217\n\" />\n<path  d=\"M179.1738 193.2217\nL179.1024 193.1502\n\" />\n<path  d=\"M179.1024 193.1502\nL178.9595 193.0788\n\" />\n<path  d=\"M178.9595 193.0788\nL178.6738 193.0074\n\" />\n<path  d=\"M178.6738 193.0074\nL178.5309 192.9359\n\" />\n<path  d=\"M178.5309 192.9359\nL178.4595 192.8645\n\" />\n<path  d=\"M178.4595 192.8645\nL178.3881 192.7217\n\" />\n<path  d=\"M178.3881 192.7217\nL178.3881 192.5788\n\" />\n<path  d=\"M178.3881 192.5788\nL178.4595 192.4359\n\" />\n<path  d=\"M178.4595 192.4359\nL178.5309 192.3645\n\" />\n<path  d=\"M178.5309 192.3645\nL178.6738 192.2931\n\" />\n<path  d=\"M178.6738 192.2931\nL179.0309 192.2931\n\" />\n<path  d=\"M179.0309 192.2931\nL179.2452 192.3645\n\" />\n<path  d=\"M179.8881 193.7931\nL179.8881 192.7931\n\" />\n<path  d=\"M179.8881 192.2931\nL179.8167 192.3645\n\" />\n<path  d=\"M179.8167 192.3645\nL179.8881 192.4359\n\" />\n<path  d=\"M179.8881 192.4359\nL179.9595 192.3645\n\" />\n<path  d=\"M179.9595 192.3645\nL179.8881 192.2931\n\" />\n<path  d=\"M179.8881 192.2931\nL179.8881 192.4359\n\" />\n<path  d=\"M180.4595 192.7931\nL181.2453 192.7931\n\" />\n<path  d=\"M181.2453 192.7931\nL180.4595 193.7931\n\" />\n<path  d=\"M180.4595 193.7931\nL181.2453 193.7931\n\" />\n<path  d=\"M182.3881 193.7217\nL182.2453 193.7931\n\" />\n<path  d=\"M182.2453 193.7931\nL181.9596 193.7931\n\" />\n<path  d=\"M181.9596 193.7931\nL181.8167 193.7217\n\" />\n<path  d=\"M181.8167 193.7217\nL181.7453 193.5788\n\" />\n<path  d=\"M181.7453 193.5788\nL181.7453 193.0074\n\" />\n<path  d=\"M181.7453 193.0074\nL181.8167 192.8645\n\" />\n<path  d=\"M181.8167 192.8645\nL181.9596 192.7931\n\" />\n<path  d=\"M181.9596 192.7931\nL182.2453 192.7931\n\" />\n<path  d=\"M182.2453 192.7931\nL182.3881 192.8645\n\" />\n<path  d=\"M182.3881 192.8645\nL182.4596 193.0074\n\" />\n<path  d=\"M182.4596 193.0074\nL182.4596 193.1502\n\" />\n<path  d=\"M182.4596 193.1502\nL181.7453 193.2931\n\" />\n<path  d=\"M183.1024 193.6502\nL183.1738 193.7217\n\" />\n<path  d=\"M183.1738 193.7217\nL183.1024 193.7931\n\" />\n<path  d=\"M183.1024 193.7931\nL183.0310 193.7217\n\" />\n<path  d=\"M183.0310 193.7217\nL183.1024 193.6502\n\" />\n<path  d=\"M183.1024 193.6502\nL183.1024 193.7931\n\" />\n<path  d=\"M183.1024 192.8645\nL183.1738 192.9359\n\" />\n<path  d=\"M183.1738 192.9359\nL183.1024 193.0074\n\" />\n<path  d=\"M183.1024 193.0074\nL183.0310 192.9359\n\" />\n<path  d=\"M183.0310 192.9359\nL183.1024 192.8645\n\" />\n<path  d=\"M183.1024 192.8645\nL183.1024 193.0074\n\" />\n<path  d=\"M184.8882 193.3645\nL185.6025 193.3645\n\" />\n<path  d=\"M184.7453 193.7931\nL185.2453 192.2931\n\" />\n<path  d=\"M185.2453 192.2931\nL185.7453 193.7931\n\" />\n<path  d=\"M186.8882 192.7931\nL186.8882 193.7931\n\" />\n<path  d=\"M186.5310 192.2217\nL186.1739 193.2931\n\" />\n<path  d=\"M186.1739 193.2931\nL187.1024 193.2931\n\" />\n</g><text x=\"263.0022\" y=\"196.6572\"\ntextLength=\"8.5144\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">Id: 1/1</text>\n<g class=\"stroked-text\"><desc>Id: 1/1</desc>\n<path  d=\"M263.4595 196.5931\nL263.4595 195.0931\n\" />\n<path  d=\"M264.8167 196.5931\nL264.8167 195.0931\n\" />\n<path  d=\"M264.8167 196.5217\nL264.6738 196.5931\n\" />\n<path  d=\"M264.6738 196.5931\nL264.3881 196.5931\n\" />\n<path  d=\"M264.3881 196.5931\nL264.2452 196.5217\n\" />\n<path  d=\"M264.2452 196.5217\nL264.1738 196.4502\n\" />\n<path  d=\"M264.1738 196.4502\nL264.1024 196.3074\n\" />\n<path  d=\"M264.1024 196.3074\nL264.1024 195.8788\n\" />\n<path  d=\"M264.1024 195.8788\nL264.1738 195.7359\n\" />\n<path  d=\"M264.1738 195.7359\nL264.2452 195.6645\n\" />\n<path  d=\"M264.2452 195.6645\nL264.3881 195.5931\n\" />\n<path  d=\"M264.3881 195.5931\nL264.6738 195.5931\n\" />\n<path  d=\"M264.6738 195.5931\nL264.8167 195.6645\n\" />\n<path  d=\"M265.5309 196.4502\nL265.6023 196.5217\n\" />\n<path  d=\"M265.6023 196.5217\nL265.5309 196.5931\n\" />\n<path  d=\"M265.5309 196.5931\nL265.4595 196.5217\n\" />\n<path  d=\"M265.4595 196.5217\nL265.5309 196.4502\n\" />\n<path  d=\"M265.5309 196.4502\nL265.5309 196.5931\n\" />\n<path  d=\"M265.5309 195.6645\nL265.6023 195.7359\n\" />\n<path  d=\"M265.6023 195.7359\nL265.5309 195.8074\n\" />\n<path  d=\"M265.5309 195.8074\nL265.4595 195.7359\n\" />\n<path  d=\"M265.4595 195.7359\nL265.5309 195.6645\n\" />\n<path  d=\"M265.5309 195.6645\nL265.5309 195.8074\n\" />\n<path  d=\"M268.1738 196.5931\nL267.3167 196.5931\n\" />\n<path  d=\"M267.7452 196.5931\nL267.7452 195.0931\n\" />\n<path  d=\"M267.7452 195.0931\nL267.6024 195.3074\n\" />\n<path  d=\"M267.6024 195.3074\nL267.4595 195.4502\n\" />\n<path  d=\"M267.4595 195.4502\nL267.3167 195.5217\n\" />\n<path  d=\"M269.8881 195.0217\nL268.6024 196.9502\n\" />\n<path  d=\"M271.1738 196.5931\nL270.3167 196.5931\n\" />\n<path  d=\"M270.7452 196.5931\nL270.7452 195.0931\n\" />\n<path  d=\"M270.7452 195.0931\nL270.6024 195.3074\n\" />\n<path  d=\"M270.6024 195.3074\nL270.4595 195.4502\n\" />\n<path  d=\"M270.4595 195.4502\nL270.3167 195.5217\n\" />\n</g><path  d=\"M177.0022 187.5072\nL285.0022 187.5072\n\" />\n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.4000; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"178.0022\" y=\"190.3072\"\ntextLength=\"9.6572\" font-size=\"2.6666\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">Title: </text>\n<g class=\"stroked-text\"><desc>Title: </desc>\n<path  d=\"M178.6938 188.2116\nL179.8367 188.2116\n\" />\n<path  d=\"M179.0153 190.2116\nL179.2653 188.2116\n\" />\n<path  d=\"M180.2533 190.2116\nL180.4200 188.8783\n\" />\n<path  d=\"M180.5033 188.2116\nL180.3962 188.3068\n\" />\n<path  d=\"M180.3962 188.3068\nL180.4795 188.4021\n\" />\n<path  d=\"M180.4795 188.4021\nL180.5867 188.3068\n\" />\n<path  d=\"M180.5867 188.3068\nL180.5033 188.2116\n\" />\n<path  d=\"M180.5033 188.2116\nL180.4795 188.4021\n\" />\n<path  d=\"M181.0867 188.8783\nL181.8486 188.8783\n\" />\n<path  d=\"M181.4557 188.2116\nL181.2415 189.9259\n\" />\n<path  d=\"M181.2415 189.9259\nL181.3129 190.1164\n\" />\n<path  d=\"M181.3129 190.1164\nL181.4915 190.2116\n\" />\n<path  d=\"M181.4915 190.2116\nL181.6819 190.2116\n\" />\n<path  d=\"M182.6344 190.2116\nL182.4558 190.1164\n\" />\n<path  d=\"M182.4558 190.1164\nL182.3844 189.9259\n\" />\n<path  d=\"M182.3844 189.9259\nL182.5986 188.2116\n\" />\n<path  d=\"M184.1700 190.1164\nL183.9677 190.2116\n\" />\n<path  d=\"M183.9677 190.2116\nL183.5867 190.2116\n\" />\n<path  d=\"M183.5867 190.2116\nL183.4081 190.1164\n\" />\n<path  d=\"M183.4081 190.1164\nL183.3367 189.9259\n\" />\n<path  d=\"M183.3367 189.9259\nL183.4320 189.1640\n\" />\n<path  d=\"M183.4320 189.1640\nL183.5510 188.9735\n\" />\n<path  d=\"M183.5510 188.9735\nL183.7534 188.8783\n\" />\n<path  d=\"M183.7534 188.8783\nL184.1343 188.8783\n\" />\n<path  d=\"M184.1343 188.8783\nL184.3129 188.9735\n\" />\n<path  d=\"M184.3129 188.9735\nL184.3843 189.1640\n\" />\n<path  d=\"M184.3843 189.1640\nL184.3605 189.3544\n\" />\n<path  d=\"M184.3605 189.3544\nL183.3843 189.5449\n\" />\n<path  d=\"M185.1343 190.0211\nL185.2177 190.1164\n\" />\n<path  d=\"M185.2177 190.1164\nL185.1105 190.2116\n\" />\n<path  d=\"M185.1105 190.2116\nL185.0272 190.1164\n\" />\n<path  d=\"M185.0272 190.1164\nL185.1343 190.0211\n\" />\n<path  d=\"M185.1343 190.0211\nL185.1105 190.2116\n\" />\n<path  d=\"M185.2653 188.9735\nL185.3486 189.0687\n\" />\n<path  d=\"M185.3486 189.0687\nL185.2415 189.1640\n\" />\n<path  d=\"M185.2415 189.1640\nL185.1582 189.0687\n\" />\n<path  d=\"M185.1582 189.0687\nL185.2653 188.9735\n\" />\n<path  d=\"M185.2653 188.9735\nL185.2415 189.1640\n\" />\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"178.0022\" y=\"186.4572\"\ntextLength=\"29.9428\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">File: .tmpjKn3tS.kicad_sch</text>\n<g class=\"stroked-text\"><desc>File: .tmpjKn3tS.kicad_sch</desc>\n<path  d=\"M178.9595 185.6074\nL178.4595 185.6074\n\" />\n<path  d=\"M178.4595 186.3931\nL178.4595 184.8931\n\" />\n<path  d=\"M178.4595 184.8931\nL179.1738 184.8931\n\" />\n<path  d=\"M179.7452 186.3931\nL179.7452 185.3931\n\" />\n<path  d=\"M179.7452 184.8931\nL179.6738 184.9645\n\" />\n<path  d=\"M179.6738 184.9645\nL179.7452 185.0359\n\" />\n<path  d=\"M179.7452 185.0359\nL179.8166 184.9645\n\" />\n<path  d=\"M179.8166 184.9645\nL179.7452 184.8931\n\" />\n<path  d=\"M179.7452 184.8931\nL179.7452 185.0359\n\" />\n<path  d=\"M180.6738 186.3931\nL180.5309 186.3217\n\" />\n<path  d=\"M180.5309 186.3217\nL180.4595 186.1788\n\" />\n<path  d=\"M180.4595 186.1788\nL180.4595 184.8931\n\" />\n<path  d=\"M181.8166 186.3217\nL181.6738 186.3931\n\" />\n<path  d=\"M181.6738 186.3931\nL181.3881 186.3931\n\" />\n<path  d=\"M181.3881 186.3931\nL181.2452 186.3217\n\" />\n<path  d=\"M181.2452 186.3217\nL181.1738 186.1788\n\" />\n<path  d=\"M181.1738 186.1788\nL181.1738 185.6074\n\" />\n<path  d=\"M181.1738 185.6074\nL181.2452 185.4645\n\" />\n<path  d=\"M181.2452 185.4645\nL181.3881 185.3931\n\" />\n<path  d=\"M181.3881 185.3931\nL181.6738 185.3931\n\" />\n<path  d=\"M181.6738 185.3931\nL181.8166 185.4645\n\" />\n<path  d=\"M181.8166 185.4645\nL181.8881 185.6074\n\" />\n<path  d=\"M181.8881 185.6074\nL181.8881 185.7502\n\" />\n<path  d=\"M181.8881 185.7502\nL181.1738 185.8931\n\" />\n<path  d=\"M182.5309 186.2502\nL182.6023 186.3217\n\" />\n<path  d=\"M182.6023 186.3217\nL182.5309 186.3931\n\" />\n<path  d=\"M182.5309 186.3931\nL182.4595 186.3217\n\" />\n<path  d=\"M182.4595 186.3217\nL182.5309 186.2502\n\" />\n<path  d=\"M182.5309 186.2502\nL182.5309 186.3931\n\" />\n<path  d=\"M182.5309 185.4645\nL182.6023 185.5359\n\" />\n<path  d=\"M182.6023 185.5359\nL182.5309 185.6074\n\" />\n<path  d=\"M182.5309 185.6074\nL182.4595 185.5359\n\" />\n<path  d=\"M182.4595 185.5359\nL182.5309 185.4645\n\" />\n<path  d=\"M182.5309 185.4645\nL182.5309 185.6074\n\" />\n<path  d=\"M184.3881 186.2502\nL184.4595 186.3217\n\" />\n<path  d=\"M184.4595 186.3217\nL184.3881 186.3931\n\" />\n<path  d=\"M184.3881 186.3931\nL184.3167 186.3217\n\" />\n<path  d=\"M184.3167 186.3217\nL184.3881 186.2502\n\" />\n<path  d=\"M184.3881 186.2502\nL184.3881 186.3931\n\" />\n<path  d=\"M184.8881 185.3931\nL185.4595 185.3931\n\" />\n<path  d=\"M185.1024 184.8931\nL185.1024 186.1788\n\" />\n<path  d=\"M185.1024 186.1788\nL185.1738 186.3217\n\" />\n<path  d=\"M185.1738 186.3217\nL185.3167 186.3931\n\" />\n<path  d=\"M185.3167 186.3931\nL185.4595 186.3931\n\" />\n<path  d=\"M185.9595 186.3931\nL185.9595 185.3931\n\" />\n<path  d=\"M185.9595 185.5359\nL186.0309 185.4645\n\" />\n<path  d=\"M186.0309 185.4645\nL186.1738 185.3931\n\" />\n<path  d=\"M186.1738 185.3931\nL186.3881 185.3931\n\" />\n<path  d=\"M186.3881 185.3931\nL186.5309 185.4645\n\" />\n<path  d=\"M186.5309 185.4645\nL186.6024 185.6074\n\" />\n<path  d=\"M186.6024 185.6074\nL186.6024 186.3931\n\" />\n<path  d=\"M186.6024 185.6074\nL186.6738 185.4645\n\" />\n<path  d=\"M186.6738 185.4645\nL186.8166 185.3931\n\" />\n<path  d=\"M186.8166 185.3931\nL187.0309 185.3931\n\" />\n<path  d=\"M187.0309 185.3931\nL187.1738 185.4645\n\" />\n<path  d=\"M187.1738 185.4645\nL187.2452 185.6074\n\" />\n<path  d=\"M187.2452 185.6074\nL187.2452 186.3931\n\" />\n<path  d=\"M187.9595 185.3931\nL187.9595 186.8931\n\" />\n<path  d=\"M187.9595 185.4645\nL188.1024 185.3931\n\" />\n<path  d=\"M188.1024 185.3931\nL188.3881 185.3931\n\" />\n<path  d=\"M188.3881 185.3931\nL188.5309 185.4645\n\" />\n<path  d=\"M188.5309 185.4645\nL188.6024 185.5359\n\" />\n<path  d=\"M188.6024 185.5359\nL188.6738 185.6788\n\" />\n<path  d=\"M188.6738 185.6788\nL188.6738 186.1074\n\" />\n<path  d=\"M188.6738 186.1074\nL188.6024 186.2502\n\" />\n<path  d=\"M188.6024 186.2502\nL188.5309 186.3217\n\" />\n<path  d=\"M188.5309 186.3217\nL188.3881 186.3931\n\" />\n<path  d=\"M188.3881 186.3931\nL188.1024 186.3931\n\" />\n<path  d=\"M188.1024 186.3931\nL187.9595 186.3217\n\" />\n<path  d=\"M189.3166 185.3931\nL189.3166 186.6788\n\" />\n<path  d=\"M189.3166 186.6788\nL189.2452 186.8217\n\" />\n<path  d=\"M189.2452 186.8217\nL189.1023 186.8931\n\" />\n<path  d=\"M189.1023 186.8931\nL189.0309 186.8931\n\" />\n<path  d=\"M189.3166 184.8931\nL189.2452 184.9645\n\" />\n<path  d=\"M189.2452 184.9645\nL189.3166 185.0359\n\" />\n<path  d=\"M189.3166 185.0359\nL189.3880 184.9645\n\" />\n<path  d=\"M189.3880 184.9645\nL189.3166 184.8931\n\" />\n<path  d=\"M189.3166 184.8931\nL189.3166 185.0359\n\" />\n<path  d=\"M190.0309 186.3931\nL190.0309 184.8931\n\" />\n<path  d=\"M190.8880 186.3931\nL190.2452 185.5359\n\" />\n<path  d=\"M190.8880 184.8931\nL190.0309 185.7502\n\" />\n<path  d=\"M191.5309 185.3931\nL191.5309 186.3931\n\" />\n<path  d=\"M191.5309 185.5359\nL191.6023 185.4645\n\" />\n<path  d=\"M191.6023 185.4645\nL191.7452 185.3931\n\" />\n<path  d=\"M191.7452 185.3931\nL191.9595 185.3931\n\" />\n<path  d=\"M191.9595 185.3931\nL192.1023 185.4645\n\" />\n<path  d=\"M192.1023 185.4645\nL192.1738 185.6074\n\" />\n<path  d=\"M192.1738 185.6074\nL192.1738 186.3931\n\" />\n<path  d=\"M192.7451 184.8931\nL193.6737 184.8931\n\" />\n<path  d=\"M193.6737 184.8931\nL193.1737 185.4645\n\" />\n<path  d=\"M193.1737 185.4645\nL193.3880 185.4645\n\" />\n<path  d=\"M193.3880 185.4645\nL193.5309 185.5359\n\" />\n<path  d=\"M193.5309 185.5359\nL193.6023 185.6074\n\" />\n<path  d=\"M193.6023 185.6074\nL193.6737 185.7502\n\" />\n<path  d=\"M193.6737 185.7502\nL193.6737 186.1074\n\" />\n<path  d=\"M193.6737 186.1074\nL193.6023 186.2502\n\" />\n<path  d=\"M193.6023 186.2502\nL193.5309 186.3217\n\" />\n<path  d=\"M193.5309 186.3217\nL193.3880 186.3931\n\" />\n<path  d=\"M193.3880 186.3931\nL192.9594 186.3931\n\" />\n<path  d=\"M192.9594 186.3931\nL192.8166 186.3217\n\" />\n<path  d=\"M192.8166 186.3217\nL192.7451 186.2502\n\" />\n<path  d=\"M194.1023 185.3931\nL194.6737 185.3931\n\" />\n<path  d=\"M194.3166 184.8931\nL194.3166 186.1788\n\" />\n<path  d=\"M194.3166 186.1788\nL194.3880 186.3217\n\" />\n<path  d=\"M194.3880 186.3217\nL194.5309 186.3931\n\" />\n<path  d=\"M194.5309 186.3931\nL194.6737 186.3931\n\" />\n<path  d=\"M195.1023 186.3217\nL195.3166 186.3931\n\" />\n<path  d=\"M195.3166 186.3931\nL195.6737 186.3931\n\" />\n<path  d=\"M195.6737 186.3931\nL195.8166 186.3217\n\" />\n<path  d=\"M195.8166 186.3217\nL195.8880 186.2502\n\" />\n<path  d=\"M195.8880 186.2502\nL195.9594 186.1074\n\" />\n<path  d=\"M195.9594 186.1074\nL195.9594 185.9645\n\" />\n<path  d=\"M195.9594 185.9645\nL195.8880 185.8217\n\" />\n<path  d=\"M195.8880 185.8217\nL195.8166 185.7502\n\" />\n<path  d=\"M195.8166 185.7502\nL195.6737 185.6788\n\" />\n<path  d=\"M195.6737 185.6788\nL195.3880 185.6074\n\" />\n<path  d=\"M195.3880 185.6074\nL195.2451 185.5359\n\" />\n<path  d=\"M195.2451 185.5359\nL195.1737 185.4645\n\" />\n<path  d=\"M195.1737 185.4645\nL195.1023 185.3217\n\" />\n<path  d=\"M195.1023 185.3217\nL195.1023 185.1788\n\" />\n<path  d=\"M195.1023 185.1788\nL195.1737 185.0359\n\" />\n<path  d=\"M195.1737 185.0359\nL195.2451 184.9645\n\" />\n<path  d=\"M195.2451 184.9645\nL195.3880 184.8931\n\" />\n<path  d=\"M195.3880 184.8931\nL195.7451 184.8931\n\" />\n<path  d=\"M195.7451 184.8931\nL195.9594 184.9645\n\" />\n<path  d=\"M196.6023 186.2502\nL196.6737 186.3217\n\" />\n<path  d=\"M196.6737 186.3217\nL196.6023 186.3931\n\" />\n<path  d=\"M196.6023 186.3931\nL196.5309 186.3217\n\" />\n<path  d=\"M196.5309 186.3217\nL196.6023 186.2502\n\" />\n<path  d=\"M196.6023 186.2502\nL196.6023 186.3931\n\" />\n<path  d=\"M197.3166 186.3931\nL197.3166 184.8931\n\" />\n<path  d=\"M197.4595 185.8217\nL197.8880 186.3931\n\" />\n<path  d=\"M197.8880 185.3931\nL197.3166 185.9645\n\" />\n<path  d=\"M198.5309 186.3931\nL198.5309 185.3931\n\" />\n<path  d=\"M198.5309 184.8931\nL198.4595 184.9645\n\" />\n<path  d=\"M198.4595 184.9645\nL198.5309 185.0359\n\" />\n<path  d=\"M198.5309 185.0359\nL198.6023 184.9645\n\" />\n<path  d=\"M198.6023 184.9645\nL198.5309 184.8931\n\" />\n<path  d=\"M198.5309 184.8931\nL198.5309 185.0359\n\" />\n<path  d=\"M199.8881 186.3217\nL199.7452 186.3931\n\" />\n<path  d=\"M199.7452 186.3931\nL199.4595 186.3931\n\" />\n<path  d=\"M199.4595 186.3931\nL199.3166 186.3217\n\" />\n<path  d=\"M199.3166 186.3217\nL199.2452 186.2502\n\" />\n<path  d=\"M199.2452 186.2502\nL199.1738 186.1074\n\" />\n<path  d=\"M199.1738 186.1074\nL199.1738 185.6788\n\" />\n<path  d=\"M199.1738 185.6788\nL199.2452 185.5359\n\" />\n<path  d=\"M199.2452 185.5359\nL199.3166 185.4645\n\" />\n<path  d=\"M199.3166 185.4645\nL199.4595 185.3931\n\" />\n<path  d=\"M199.4595 185.3931\nL199.7452 185.3931\n\" />\n<path  d=\"M199.7452 185.3931\nL199.8881 185.4645\n\" />\n<path  d=\"M201.1738 186.3931\nL201.1738 185.6074\n\" />\n<path  d=\"M201.1738 185.6074\nL201.1023 185.4645\n\" />\n<path  d=\"M201.1023 185.4645\nL200.9595 185.3931\n\" />\n<path  d=\"M200.9595 185.3931\nL200.6738 185.3931\n\" />\n<path  d=\"M200.6738 185.3931\nL200.5309 185.4645\n\" />\n<path  d=\"M201.1738 186.3217\nL201.0309 186.3931\n\" />\n<path  d=\"M201.0309 186.3931\nL200.6738 186.3931\n\" />\n<path  d=\"M200.6738 186.3931\nL200.5309 186.3217\n\" />\n<path  d=\"M200.5309 186.3217\nL200.4595 186.1788\n\" />\n<path  d=\"M200.4595 186.1788\nL200.4595 186.0359\n\" />\n<path  d=\"M200.4595 186.0359\nL200.5309 185.8931\n\" />\n<path  d=\"M200.5309 185.8931\nL200.6738 185.8217\n\" />\n<path  d=\"M200.6738 185.8217\nL201.0309 185.8217\n\" />\n<path  d=\"M201.0309 185.8217\nL201.1738 185.7502\n\" />\n<path  d=\"M202.5309 186.3931\nL202.5309 184.8931\n\" />\n<path  d=\"M202.5309 186.3217\nL202.3880 186.3931\n\" />\n<path  d=\"M202.3880 186.3931\nL202.1023 186.3931\n\" />\n<path  d=\"M202.1023 186.3931\nL201.9594 186.3217\n\" />\n<path  d=\"M201.9594 186.3217\nL201.8880 186.2502\n\" />\n<path  d=\"M201.8880 186.2502\nL201.8166 186.1074\n\" />\n<path  d=\"M201.8166 186.1074\nL201.8166 185.6788\n\" />\n<path  d=\"M201.8166 185.6788\nL201.8880 185.5359\n\" />\n<path  d=\"M201.8880 185.5359\nL201.9594 185.4645\n\" />\n<path  d=\"M201.9594 185.4645\nL202.1023 185.3931\n\" />\n<path  d=\"M202.1023 185.3931\nL202.3880 185.3931\n\" />\n<path  d=\"M202.3880 185.3931\nL202.5309 185.4645\n\" />\n<path  d=\"M202.8880 186.5359\nL204.0308 186.5359\n\" />\n<path  d=\"M204.3166 186.3217\nL204.4594 186.3931\n\" />\n<path  d=\"M204.4594 186.3931\nL204.7451 186.3931\n\" />\n<path  d=\"M204.7451 186.3931\nL204.8880 186.3217\n\" />\n<path  d=\"M204.8880 186.3217\nL204.9594 186.1788\n\" />\n<path  d=\"M204.9594 186.1788\nL204.9594 186.1074\n\" />\n<path  d=\"M204.9594 186.1074\nL204.8880 185.9645\n\" />\n<path  d=\"M204.8880 185.9645\nL204.7451 185.8931\n\" />\n<path  d=\"M204.7451 185.8931\nL204.5309 185.8931\n\" />\n<path  d=\"M204.5309 185.8931\nL204.3880 185.8217\n\" />\n<path  d=\"M204.3880 185.8217\nL204.3166 185.6788\n\" />\n<path  d=\"M204.3166 185.6788\nL204.3166 185.6074\n\" />\n<path  d=\"M204.3166 185.6074\nL204.3880 185.4645\n\" />\n<path  d=\"M204.3880 185.4645\nL204.5309 185.3931\n\" />\n<path  d=\"M204.5309 185.3931\nL204.7451 185.3931\n\" />\n<path  d=\"M204.7451 185.3931\nL204.8880 185.4645\n\" />\n<path  d=\"M206.2452 186.3217\nL206.1023 186.3931\n\" />\n<path  d=\"M206.1023 186.3931\nL205.8166 186.3931\n\" />\n<path  d=\"M205.8166 186.3931\nL205.6737 186.3217\n\" />\n<path  d=\"M205.6737 186.3217\nL205.6023 186.2502\n\" />\n<path  d=\"M205.6023 186.2502\nL205.5309 186.1074\n\" />\n<path  d=\"M205.5309 186.1074\nL205.5309 185.6788\n\" />\n<path  d=\"M205.5309 185.6788\nL205.6023 185.5359\n\" />\n<path  d=\"M205.6023 185.5359\nL205.6737 185.4645\n\" />\n<path  d=\"M205.6737 185.4645\nL205.8166 185.3931\n\" />\n<path  d=\"M205.8166 185.3931\nL206.1023 185.3931\n\" />\n<path  d=\"M206.1023 185.3931\nL206.2452 185.4645\n\" />\n<path  d=\"M206.8880 186.3931\nL206.8880 184.8931\n\" />\n<path  d=\"M207.5309 186.3931\nL207.5309 185.6074\n\" />\n<path  d=\"M207.5309 185.6074\nL207.4594 185.4645\n\" />\n<path  d=\"M207.4594 185.4645\nL207.3166 185.3931\n\" />\n<path  d=\"M207.3166 185.3931\nL207.1023 185.3931\n\" />\n<path  d=\"M207.1023 185.3931\nL206.9594 185.4645\n\" />\n<path  d=\"M206.9594 185.4645\nL206.8880 185.5359\n\" />\n</g><path  d=\"M177.0022 181.5072\nL285.0022 181.5072\n\" />\n<text x=\"178.0022\" y=\"183.7572\"\ntextLength=\"9.8000\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">Sheet: /</text>\n<g class=\"stroked-text\"><desc>Sheet: /</desc>\n<path  d=\"M178.3881 183.6217\nL178.6024 183.6931\n\" />\n<path  d=\"M178.6024 183.6931\nL178.9595 183.6931\n\" />\n<path  d=\"M178.9595 183.6931\nL179.1024 183.6217\n\" />\n<path  d=\"M179.1024 183.6217\nL179.1738 183.5502\n\" />\n<path  d=\"M179.1738 183.5502\nL179.2452 183.4074\n\" />\n<path  d=\"M179.2452 183.4074\nL179.2452 183.2645\n\" />\n<path  d=\"M179.2452 183.2645\nL179.1738 183.1217\n\" />\n<path  d=\"M179.1738 183.1217\nL179.1024 183.0502\n\" />\n<path  d=\"M179.1024 183.0502\nL178.9595 182.9788\n\" />\n<path  d=\"M178.9595 182.9788\nL178.6738 182.9074\n\" />\n<path  d=\"M178.6738 182.9074\nL178.5309 182.8359\n\" />\n<path  d=\"M178.5309 182.8359\nL178.4595 182.7645\n\" />\n<path  d=\"M178.4595 182.7645\nL178.3881 182.6217\n\" />\n<path  d=\"M178.3881 182.6217\nL178.3881 182.4788\n\" />\n<path  d=\"M178.3881 182.4788\nL178.4595 182.3359\n\" />\n<path  d=\"M178.4595 182.3359\nL178.5309 182.2645\n\" />\n<path  d=\"M178.5309 182.2645\nL178.6738 182.1931\n\" />\n<path  d=\"M178.6738 182.1931\nL179.0309 182.1931\n\" />\n<path  d=\"M179.0309 182.1931\nL179.2452 182.2645\n\" />\n<path  d=\"M179.8881 183.6931\nL179.8881 182.1931\n\" />\n<path  d=\"M180.5310 183.6931\nL180.5310 182.9074\n\" />\n<path  d=\"M180.5310 182.9074\nL180.4595 182.7645\n\" />\n<path  d=\"M180.4595 182.7645\nL180.3167 182.6931\n\" />\n<path  d=\"M180.3167 182.6931\nL180.1024 182.6931\n\" />\n<path  d=\"M180.1024 182.6931\nL179.9595 182.7645\n\" />\n<path  d=\"M179.9595 182.7645\nL179.8881 182.8359\n\" />\n<path  d=\"M181.8166 183.6217\nL181.6738 183.6931\n\" />\n<path  d=\"M181.6738 183.6931\nL181.3881 183.6931\n\" />\n<path  d=\"M181.3881 183.6931\nL181.2452 183.6217\n\" />\n<path  d=\"M181.2452 183.6217\nL181.1738 183.4788\n\" />\n<path  d=\"M181.1738 183.4788\nL181.1738 182.9074\n\" />\n<path  d=\"M181.1738 182.9074\nL181.2452 182.7645\n\" />\n<path  d=\"M181.2452 182.7645\nL181.3881 182.6931\n\" />\n<path  d=\"M181.3881 182.6931\nL181.6738 182.6931\n\" />\n<path  d=\"M181.6738 182.6931\nL181.8166 182.7645\n\" />\n<path  d=\"M181.8166 182.7645\nL181.8881 182.9074\n\" />\n<path  d=\"M181.8881 182.9074\nL181.8881 183.0502\n\" />\n<path  d=\"M181.8881 183.0502\nL181.1738 183.1931\n\" />\n<path  d=\"M183.1023 183.6217\nL182.9595 183.6931\n\" />\n<path  d=\"M182.9595 183.6931\nL182.6738 183.6931\n\" />\n<path  d=\"M182.6738 183.6931\nL182.5309 183.6217\n\" />\n<path  d=\"M182.5309 183.6217\nL182.4595 183.4788\n\" />\n<path  d=\"M182.4595 183.4788\nL182.4595 182.9074\n\" />\n<path  d=\"M182.4595 182.9074\nL182.5309 182.7645\n\" />\n<path  d=\"M182.5309 182.7645\nL182.6738 182.6931\n\" />\n<path  d=\"M182.6738 182.6931\nL182.9595 182.6931\n\" />\n<path  d=\"M182.9595 182.6931\nL183.1023 182.7645\n\" />\n<path  d=\"M183.1023 182.7645\nL183.1738 182.9074\n\" />\n<path  d=\"M183.1738 182.9074\nL183.1738 183.0502\n\" />\n<path  d=\"M183.1738 183.0502\nL182.4595 183.1931\n\" />\n<path  d=\"M183.6023 182.6931\nL184.1737 182.6931\n\" />\n<path  d=\"M183.8166 182.1931\nL183.8166 183.4788\n\" />\n<path  d=\"M183.8166 183.4788\nL183.8880 183.6217\n\" />\n<path  d=\"M183.8880 183.6217\nL184.0309 183.6931\n\" />\n<path  d=\"M184.0309 183.6931\nL184.1737 183.6931\n\" />\n<path  d=\"M184.6737 183.5502\nL184.7451 183.6217\n\" />\n<path  d=\"M184.7451 183.6217\nL184.6737 183.6931\n\" />\n<path  d=\"M184.6737 183.6931\nL184.6023 183.6217\n\" />\n<path  d=\"M184.6023 183.6217\nL184.6737 183.5502\n\" />\n<path  d=\"M184.6737 183.5502\nL184.6737 183.6931\n\" />\n<path  d=\"M184.6737 182.7645\nL184.7451 182.8359\n\" />\n<path  d=\"M184.7451 182.8359\nL184.6737 182.9074\n\" />\n<path  d=\"M184.6737 182.9074\nL184.6023 182.8359\n\" />\n<path  d=\"M184.6023 182.8359\nL184.6737 182.7645\n\" />\n<path  d=\"M184.6737 182.7645\nL184.6737 182.9074\n\" />\n<path  d=\"M187.6023 182.1217\nL186.3166 184.0502\n\" />\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.3000; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"178.0022\" y=\"180.7572\"\ntextLength=\"0.9000\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\"></text>\n<g class=\"stroked-text\"><desc></desc>\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"178.0022\" y=\"177.7572\"\ntextLength=\"0.4572\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\"></text>\n<g class=\"stroked-text\"><desc></desc>\n</g><text x=\"178.0022\" y=\"174.7572\"\ntextLength=\"0.4572\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\"></text>\n<g class=\"stroked-text\"><desc></desc>\n</g><text x=\"178.0022\" y=\"171.7572\"\ntextLength=\"0.4572\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\"></text>\n<g class=\"stroked-text\"><desc></desc>\n</g><text x=\"178.0022\" y=\"168.7572\"\ntextLength=\"0.4572\" font-size=\"2.0000\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\"></text>\n<g class=\"stroked-text\"><desc></desc>\n</g><path  d=\"M197.0022 191.5072\nL197.0022 194.5072\n\" />\n<path  d=\"M261.0022 191.5072\nL261.0022 198.0072\n\" />\n<path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 241.8080,66.0400\n242.5700,64.7700\n\" /> \n<path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 242.5700,64.7700\n243.3320,66.0400\n\" /> \n<path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 242.5700,67.3100\n242.5700,64.7700\n\" /> \n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M242.5700 67.3100\nL242.5700 67.3100\n\" />\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"242.5700\" y=\"62.8650\"\ntextLength=\"5.8880\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">+3.3V</text>\n<g class=\"stroked-text\"><desc>+3.3V</desc>\n<path  d=\"M240.0299 62.3257\nL240.9976 62.3257\n\" />\n<path  d=\"M240.5137 62.8095\nL240.5137 61.8419\n\" />\n<path  d=\"M241.4814 61.5395\nL242.2676 61.5395\n\" />\n<path  d=\"M242.2676 61.5395\nL241.8442 62.0233\n\" />\n<path  d=\"M241.8442 62.0233\nL242.0257 62.0233\n\" />\n<path  d=\"M242.0257 62.0233\nL242.1466 62.0838\n\" />\n<path  d=\"M242.1466 62.0838\nL242.2071 62.1443\n\" />\n<path  d=\"M242.2071 62.1443\nL242.2676 62.2652\n\" />\n<path  d=\"M242.2676 62.2652\nL242.2676 62.5676\n\" />\n<path  d=\"M242.2676 62.5676\nL242.2071 62.6886\n\" />\n<path  d=\"M242.2071 62.6886\nL242.1466 62.7491\n\" />\n<path  d=\"M242.1466 62.7491\nL242.0257 62.8095\n\" />\n<path  d=\"M242.0257 62.8095\nL241.6628 62.8095\n\" />\n<path  d=\"M241.6628 62.8095\nL241.5419 62.7491\n\" />\n<path  d=\"M241.5419 62.7491\nL241.4814 62.6886\n\" />\n<path  d=\"M242.8118 62.6886\nL242.8723 62.7491\n\" />\n<path  d=\"M242.8723 62.7491\nL242.8118 62.8095\n\" />\n<path  d=\"M242.8118 62.8095\nL242.7514 62.7491\n\" />\n<path  d=\"M242.7514 62.7491\nL242.8118 62.6886\n\" />\n<path  d=\"M242.8118 62.6886\nL242.8118 62.8095\n\" />\n<path  d=\"M243.2957 61.5395\nL244.0819 61.5395\n\" />\n<path  d=\"M244.0819 61.5395\nL243.6585 62.0233\n\" />\n<path  d=\"M243.6585 62.0233\nL243.8400 62.0233\n\" />\n<path  d=\"M243.8400 62.0233\nL243.9609 62.0838\n\" />\n<path  d=\"M243.9609 62.0838\nL244.0214 62.1443\n\" />\n<path  d=\"M244.0214 62.1443\nL244.0819 62.2652\n\" />\n<path  d=\"M244.0819 62.2652\nL244.0819 62.5676\n\" />\n<path  d=\"M244.0819 62.5676\nL244.0214 62.6886\n\" />\n<path  d=\"M244.0214 62.6886\nL243.9609 62.7491\n\" />\n<path  d=\"M243.9609 62.7491\nL243.8400 62.8095\n\" />\n<path  d=\"M243.8400 62.8095\nL243.4771 62.8095\n\" />\n<path  d=\"M243.4771 62.8095\nL243.3562 62.7491\n\" />\n<path  d=\"M243.3562 62.7491\nL243.2957 62.6886\n\" />\n<path  d=\"M244.4447 61.5395\nL244.8680 62.8095\n\" />\n<path  d=\"M244.8680 62.8095\nL245.2914 61.5395\n\" />\n</g><path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 220.9800,80.0100\n220.9800,81.2800\n222.2500,81.2800\n220.9800,82.5500\n219.7100,81.2800\n220.9800,81.2800\n\" /> \n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M220.9800 80.0100\nL220.9800 80.0100\n\" />\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"220.9800\" y=\"85.7250\"\ntextLength=\"4.0737\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">GND</text>\n<g class=\"stroked-text\"><desc>GND</desc>\n<path  d=\"M220.0124 84.4600\nL219.8914 84.3995\n\" />\n<path  d=\"M219.8914 84.3995\nL219.7100 84.3995\n\" />\n<path  d=\"M219.7100 84.3995\nL219.5286 84.4600\n\" />\n<path  d=\"M219.5286 84.4600\nL219.4076 84.5810\n\" />\n<path  d=\"M219.4076 84.5810\nL219.3471 84.7019\n\" />\n<path  d=\"M219.3471 84.7019\nL219.2867 84.9438\n\" />\n<path  d=\"M219.2867 84.9438\nL219.2867 85.1252\n\" />\n<path  d=\"M219.2867 85.1252\nL219.3471 85.3671\n\" />\n<path  d=\"M219.3471 85.3671\nL219.4076 85.4881\n\" />\n<path  d=\"M219.4076 85.4881\nL219.5286 85.6091\n\" />\n<path  d=\"M219.5286 85.6091\nL219.7100 85.6695\n\" />\n<path  d=\"M219.7100 85.6695\nL219.8309 85.6695\n\" />\n<path  d=\"M219.8309 85.6695\nL220.0124 85.6091\n\" />\n<path  d=\"M220.0124 85.6091\nL220.0728 85.5486\n\" />\n<path  d=\"M220.0728 85.5486\nL220.0728 85.1252\n\" />\n<path  d=\"M220.0728 85.1252\nL219.8309 85.1252\n\" />\n<path  d=\"M220.6171 85.6695\nL220.6171 84.3995\n\" />\n<path  d=\"M220.6171 84.3995\nL221.3428 85.6695\n\" />\n<path  d=\"M221.3428 85.6695\nL221.3428 84.3995\n\" />\n<path  d=\"M221.9476 85.6695\nL221.9476 84.3995\n\" />\n<path  d=\"M221.9476 84.3995\nL222.2500 84.3995\n\" />\n<path  d=\"M222.2500 84.3995\nL222.4314 84.4600\n\" />\n<path  d=\"M222.4314 84.4600\nL222.5524 84.5810\n\" />\n<path  d=\"M222.5524 84.5810\nL222.6129 84.7019\n\" />\n<path  d=\"M222.6129 84.7019\nL222.6733 84.9438\n\" />\n<path  d=\"M222.6733 84.9438\nL222.6733 85.1252\n\" />\n<path  d=\"M222.6733 85.1252\nL222.6129 85.3671\n\" />\n<path  d=\"M222.6129 85.3671\nL222.5524 85.4881\n\" />\n<path  d=\"M222.5524 85.4881\nL222.4314 85.6091\n\" />\n<path  d=\"M222.4314 85.6091\nL222.2500 85.6695\n\" />\n<path  d=\"M222.2500 85.6695\nL221.9476 85.6695\n\" />\n</g><path style=\"fill:none; \nstroke:#840000; stroke-width:0.5080; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 210.3120,74.4220\n206.2480,74.4220\n\"  data-cref=\"C2\"/> \n<path style=\"fill:none; \nstroke:#840000; stroke-width:0.5080; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 210.3120,72.8980\n206.2480,72.8980\n\"  data-cref=\"C2\"/> \n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M208.2800 74.6760\nL208.2800 77.4700\n\"  data-cref=\"C2\"/>\n<path  d=\"M208.2800 72.6440\nL208.2800 69.8500\n\"  data-cref=\"C2\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"192.8669\" y=\"73.0249\"\ntextLength=\"2.6827\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C2</text>\n<g class=\"stroked-text\"><desc>C2</desc>\n<path  d=\"M192.6552 72.8485\nL192.5948 72.9090\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.5948 72.9090\nL192.4133 72.9694\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.4133 72.9694\nL192.2924 72.9694\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.2924 72.9694\nL192.1110 72.9090\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.1110 72.9090\nL191.9900 72.7880\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9900 72.7880\nL191.9295 72.6670\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9295 72.6670\nL191.8691 72.4251\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.8691 72.4251\nL191.8691 72.2437\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.8691 72.2437\nL191.9295 72.0018\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9295 72.0018\nL191.9900 71.8809\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9900 71.8809\nL192.1110 71.7599\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.1110 71.7599\nL192.2924 71.6994\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.2924 71.6994\nL192.4133 71.6994\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.4133 71.6994\nL192.5948 71.7599\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.5948 71.7599\nL192.6552 71.8204\n\"  data-cref=\"C2\"/>\n<path  d=\"M193.1391 71.8204\nL193.1995 71.7599\n\" />\n<path  d=\"M193.1995 71.7599\nL193.3205 71.6994\n\" />\n<path  d=\"M193.3205 71.6994\nL193.6229 71.6994\n\" />\n<path  d=\"M193.6229 71.6994\nL193.7438 71.7599\n\" />\n<path  d=\"M193.7438 71.7599\nL193.8043 71.8204\n\" />\n<path  d=\"M193.8043 71.8204\nL193.8648 71.9413\n\" />\n<path  d=\"M193.8648 71.9413\nL193.8648 72.0623\n\" />\n<path  d=\"M193.8648 72.0623\nL193.8043 72.2437\n\" />\n<path  d=\"M193.8043 72.2437\nL193.0786 72.9694\n\" />\n<path  d=\"M193.0786 72.9694\nL193.8648 72.9694\n\" />\n</g><text x=\"197.9771\" y=\"75.5649\"\ntextLength=\"12.9030\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C_10uF_0402</text>\n<g class=\"stroked-text\"><desc>C_10uF_0402</desc>\n<path  d=\"M192.6552 75.3885\nL192.5948 75.4490\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.5948 75.4490\nL192.4133 75.5094\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.4133 75.5094\nL192.2924 75.5094\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.2924 75.5094\nL192.1110 75.4490\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.1110 75.4490\nL191.9900 75.3280\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9900 75.3280\nL191.9295 75.2070\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9295 75.2070\nL191.8691 74.9651\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.8691 74.9651\nL191.8691 74.7837\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.8691 74.7837\nL191.9295 74.5418\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9295 74.5418\nL191.9900 74.4209\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9900 74.4209\nL192.1110 74.2999\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.1110 74.2999\nL192.2924 74.2394\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.2924 74.2394\nL192.4133 74.2394\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.4133 74.2394\nL192.5948 74.2999\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.5948 74.2999\nL192.6552 74.3604\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.8972 75.6304\nL193.8648 75.6304\n\" />\n<path  d=\"M194.8324 75.5094\nL194.1067 75.5094\n\" />\n<path  d=\"M194.4695 75.5094\nL194.4695 74.2394\n\" />\n<path  d=\"M194.4695 74.2394\nL194.3486 74.4209\n\" />\n<path  d=\"M194.3486 74.4209\nL194.2276 74.5418\n\" />\n<path  d=\"M194.2276 74.5418\nL194.1067 74.6023\n\" />\n<path  d=\"M195.6185 74.2394\nL195.7395 74.2394\n\" />\n<path  d=\"M195.7395 74.2394\nL195.8604 74.2999\n\" />\n<path  d=\"M195.8604 74.2999\nL195.9209 74.3604\n\" />\n<path  d=\"M195.9209 74.3604\nL195.9814 74.4813\n\" />\n<path  d=\"M195.9814 74.4813\nL196.0419 74.7232\n\" />\n<path  d=\"M196.0419 74.7232\nL196.0419 75.0256\n\" />\n<path  d=\"M196.0419 75.0256\nL195.9814 75.2675\n\" />\n<path  d=\"M195.9814 75.2675\nL195.9209 75.3885\n\" />\n<path  d=\"M195.9209 75.3885\nL195.8604 75.4490\n\" />\n<path  d=\"M195.8604 75.4490\nL195.7395 75.5094\n\" />\n<path  d=\"M195.7395 75.5094\nL195.6185 75.5094\n\" />\n<path  d=\"M195.6185 75.5094\nL195.4976 75.4490\n\" />\n<path  d=\"M195.4976 75.4490\nL195.4371 75.3885\n\" />\n<path  d=\"M195.4371 75.3885\nL195.3766 75.2675\n\" />\n<path  d=\"M195.3766 75.2675\nL195.3162 75.0256\n\" />\n<path  d=\"M195.3162 75.0256\nL195.3162 74.7232\n\" />\n<path  d=\"M195.3162 74.7232\nL195.3766 74.4813\n\" />\n<path  d=\"M195.3766 74.4813\nL195.4371 74.3604\n\" />\n<path  d=\"M195.4371 74.3604\nL195.4976 74.2999\n\" />\n<path  d=\"M195.4976 74.2999\nL195.6185 74.2394\n\" />\n<path  d=\"M197.1304 74.6628\nL197.1304 75.5094\n\" />\n<path  d=\"M196.5861 74.6628\nL196.5861 75.3280\n\" />\n<path  d=\"M196.5861 75.3280\nL196.6466 75.4490\n\" />\n<path  d=\"M196.6466 75.4490\nL196.7676 75.5094\n\" />\n<path  d=\"M196.7676 75.5094\nL196.9490 75.5094\n\" />\n<path  d=\"M196.9490 75.5094\nL197.0699 75.4490\n\" />\n<path  d=\"M197.0699 75.4490\nL197.1304 75.3885\n\" />\n<path  d=\"M198.1585 74.8442\nL197.7351 74.8442\n\" />\n<path  d=\"M197.7351 75.5094\nL197.7351 74.2394\n\" />\n<path  d=\"M197.7351 74.2394\nL198.3399 74.2394\n\" />\n<path  d=\"M198.5214 75.6304\nL199.4890 75.6304\n\" />\n<path  d=\"M200.0332 74.2394\nL200.1542 74.2394\n\" />\n<path  d=\"M200.1542 74.2394\nL200.2751 74.2999\n\" />\n<path  d=\"M200.2751 74.2999\nL200.3356 74.3604\n\" />\n<path  d=\"M200.3356 74.3604\nL200.3961 74.4813\n\" />\n<path  d=\"M200.3961 74.4813\nL200.4566 74.7232\n\" />\n<path  d=\"M200.4566 74.7232\nL200.4566 75.0256\n\" />\n<path  d=\"M200.4566 75.0256\nL200.3961 75.2675\n\" />\n<path  d=\"M200.3961 75.2675\nL200.3356 75.3885\n\" />\n<path  d=\"M200.3356 75.3885\nL200.2751 75.4490\n\" />\n<path  d=\"M200.2751 75.4490\nL200.1542 75.5094\n\" />\n<path  d=\"M200.1542 75.5094\nL200.0332 75.5094\n\" />\n<path  d=\"M200.0332 75.5094\nL199.9123 75.4490\n\" />\n<path  d=\"M199.9123 75.4490\nL199.8518 75.3885\n\" />\n<path  d=\"M199.8518 75.3885\nL199.7913 75.2675\n\" />\n<path  d=\"M199.7913 75.2675\nL199.7309 75.0256\n\" />\n<path  d=\"M199.7309 75.0256\nL199.7309 74.7232\n\" />\n<path  d=\"M199.7309 74.7232\nL199.7913 74.4813\n\" />\n<path  d=\"M199.7913 74.4813\nL199.8518 74.3604\n\" />\n<path  d=\"M199.8518 74.3604\nL199.9123 74.2999\n\" />\n<path  d=\"M199.9123 74.2999\nL200.0332 74.2394\n\" />\n<path  d=\"M201.5451 74.6628\nL201.5451 75.5094\n\" />\n<path  d=\"M201.2427 74.1790\nL200.9404 75.0861\n\" />\n<path  d=\"M200.9404 75.0861\nL201.7265 75.0861\n\" />\n<path  d=\"M202.4522 74.2394\nL202.5732 74.2394\n\" />\n<path  d=\"M202.5732 74.2394\nL202.6941 74.2999\n\" />\n<path  d=\"M202.6941 74.2999\nL202.7546 74.3604\n\" />\n<path  d=\"M202.7546 74.3604\nL202.8151 74.4813\n\" />\n<path  d=\"M202.8151 74.4813\nL202.8756 74.7232\n\" />\n<path  d=\"M202.8756 74.7232\nL202.8756 75.0256\n\" />\n<path  d=\"M202.8756 75.0256\nL202.8151 75.2675\n\" />\n<path  d=\"M202.8151 75.2675\nL202.7546 75.3885\n\" />\n<path  d=\"M202.7546 75.3885\nL202.6941 75.4490\n\" />\n<path  d=\"M202.6941 75.4490\nL202.5732 75.5094\n\" />\n<path  d=\"M202.5732 75.5094\nL202.4522 75.5094\n\" />\n<path  d=\"M202.4522 75.5094\nL202.3313 75.4490\n\" />\n<path  d=\"M202.3313 75.4490\nL202.2708 75.3885\n\" />\n<path  d=\"M202.2708 75.3885\nL202.2103 75.2675\n\" />\n<path  d=\"M202.2103 75.2675\nL202.1499 75.0256\n\" />\n<path  d=\"M202.1499 75.0256\nL202.1499 74.7232\n\" />\n<path  d=\"M202.1499 74.7232\nL202.2103 74.4813\n\" />\n<path  d=\"M202.2103 74.4813\nL202.2708 74.3604\n\" />\n<path  d=\"M202.2708 74.3604\nL202.3313 74.2999\n\" />\n<path  d=\"M202.3313 74.2999\nL202.4522 74.2394\n\" />\n<path  d=\"M203.3594 74.3604\nL203.4198 74.2999\n\" />\n<path  d=\"M203.4198 74.2999\nL203.5408 74.2394\n\" />\n<path  d=\"M203.5408 74.2394\nL203.8432 74.2394\n\" />\n<path  d=\"M203.8432 74.2394\nL203.9641 74.2999\n\" />\n<path  d=\"M203.9641 74.2999\nL204.0246 74.3604\n\" />\n<path  d=\"M204.0246 74.3604\nL204.0851 74.4813\n\" />\n<path  d=\"M204.0851 74.4813\nL204.0851 74.6023\n\" />\n<path  d=\"M204.0851 74.6023\nL204.0246 74.7837\n\" />\n<path  d=\"M204.0246 74.7837\nL203.2989 75.5094\n\" />\n<path  d=\"M203.2989 75.5094\nL204.0851 75.5094\n\" />\n</g><path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 208.2800,77.4700\n208.2800,78.7400\n209.5500,78.7400\n208.2800,80.0100\n207.0100,78.7400\n208.2800,78.7400\n\" /> \n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M208.2800 77.4700\nL208.2800 77.4700\n\"  data-cref=\"C2\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"208.2800\" y=\"83.1850\"\ntextLength=\"4.0737\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">GND</text>\n<g class=\"stroked-text\"><desc>GND</desc>\n<path  d=\"M207.3124 81.9200\nL207.1914 81.8595\n\" />\n<path  d=\"M207.1914 81.8595\nL207.0100 81.8595\n\" />\n<path  d=\"M207.0100 81.8595\nL206.8286 81.9200\n\" />\n<path  d=\"M206.8286 81.9200\nL206.7076 82.0410\n\" />\n<path  d=\"M206.7076 82.0410\nL206.6471 82.1619\n\" />\n<path  d=\"M206.6471 82.1619\nL206.5867 82.4038\n\" />\n<path  d=\"M206.5867 82.4038\nL206.5867 82.5852\n\" />\n<path  d=\"M206.5867 82.5852\nL206.6471 82.8271\n\" />\n<path  d=\"M206.6471 82.8271\nL206.7076 82.9481\n\" />\n<path  d=\"M206.7076 82.9481\nL206.8286 83.0691\n\" />\n<path  d=\"M206.8286 83.0691\nL207.0100 83.1295\n\" />\n<path  d=\"M207.0100 83.1295\nL207.1309 83.1295\n\" />\n<path  d=\"M207.1309 83.1295\nL207.3124 83.0691\n\" />\n<path  d=\"M207.3124 83.0691\nL207.3728 83.0086\n\" />\n<path  d=\"M207.3728 83.0086\nL207.3728 82.5852\n\" />\n<path  d=\"M207.3728 82.5852\nL207.1309 82.5852\n\" />\n<path  d=\"M207.9171 83.1295\nL207.9171 81.8595\n\" />\n<path  d=\"M207.9171 81.8595\nL208.6428 83.1295\n\" />\n<path  d=\"M208.6428 83.1295\nL208.6428 81.8595\n\" />\n<path  d=\"M209.2476 83.1295\nL209.2476 81.8595\n\" />\n<path  d=\"M209.2476 81.8595\nL209.5500 81.8595\n\" />\n<path  d=\"M209.5500 81.8595\nL209.7314 81.9200\n\" />\n<path  d=\"M209.7314 81.9200\nL209.8524 82.0410\n\" />\n<path  d=\"M209.8524 82.0410\nL209.9129 82.1619\n\" />\n<path  d=\"M209.9129 82.1619\nL209.9733 82.4038\n\" />\n<path  d=\"M209.9733 82.4038\nL209.9733 82.5852\n\" />\n<path  d=\"M209.9733 82.5852\nL209.9129 82.8271\n\" />\n<path  d=\"M209.9129 82.8271\nL209.8524 82.9481\n\" />\n<path  d=\"M209.8524 82.9481\nL209.7314 83.0691\n\" />\n<path  d=\"M209.7314 83.0691\nL209.5500 83.1295\n\" />\n<path  d=\"M209.5500 83.1295\nL209.2476 83.1295\n\" />\n</g><path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 201.1680,66.0400\n201.9300,64.7700\n\" /> \n<path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 201.9300,64.7700\n202.6920,66.0400\n\" /> \n<path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 201.9300,67.3100\n201.9300,64.7700\n\" /> \n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M201.9300 67.3100\nL201.9300 67.3100\n\" />\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"201.9300\" y=\"62.8650\"\ntextLength=\"4.0737\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">+5V</text>\n<g class=\"stroked-text\"><desc>+5V</desc>\n<path  d=\"M200.2971 62.3257\nL201.2648 62.3257\n\" />\n<path  d=\"M200.7809 62.8095\nL200.7809 61.8419\n\" />\n<path  d=\"M202.4743 61.5395\nL201.8695 61.5395\n\" />\n<path  d=\"M201.8695 61.5395\nL201.8091 62.1443\n\" />\n<path  d=\"M201.8091 62.1443\nL201.8695 62.0838\n\" />\n<path  d=\"M201.8695 62.0838\nL201.9905 62.0233\n\" />\n<path  d=\"M201.9905 62.0233\nL202.2929 62.0233\n\" />\n<path  d=\"M202.2929 62.0233\nL202.4138 62.0838\n\" />\n<path  d=\"M202.4138 62.0838\nL202.4743 62.1443\n\" />\n<path  d=\"M202.4743 62.1443\nL202.5348 62.2652\n\" />\n<path  d=\"M202.5348 62.2652\nL202.5348 62.5676\n\" />\n<path  d=\"M202.5348 62.5676\nL202.4743 62.6886\n\" />\n<path  d=\"M202.4743 62.6886\nL202.4138 62.7491\n\" />\n<path  d=\"M202.4138 62.7491\nL202.2929 62.8095\n\" />\n<path  d=\"M202.2929 62.8095\nL201.9905 62.8095\n\" />\n<path  d=\"M201.9905 62.8095\nL201.8695 62.7491\n\" />\n<path  d=\"M201.8695 62.7491\nL201.8091 62.6886\n\" />\n<path  d=\"M202.8976 61.5395\nL203.3209 62.8095\n\" />\n<path  d=\"M203.3209 62.8095\nL203.7443 61.5395\n\" />\n</g><path style=\"fill:none; \nstroke:#840000; stroke-width:0.5080; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 235.7120,74.4220\n231.6480,74.4220\n\"  data-cref=\"C1\"/> \n<path style=\"fill:none; \nstroke:#840000; stroke-width:0.5080; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 235.7120,72.8980\n231.6480,72.8980\n\"  data-cref=\"C1\"/> \n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M233.6800 74.6760\nL233.6800 77.4700\n\"  data-cref=\"C1\"/>\n<path  d=\"M233.6800 72.6440\nL233.6800 69.8500\n\"  data-cref=\"C1\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"238.8409\" y=\"73.0248\"\ntextLength=\"2.6827\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C1</text>\n<g class=\"stroked-text\"><desc>C1</desc>\n<path  d=\"M238.6292 72.8484\nL238.5688 72.9089\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.5688 72.9089\nL238.3873 72.9693\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.3873 72.9693\nL238.2664 72.9693\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.2664 72.9693\nL238.0850 72.9089\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.0850 72.9089\nL237.9640 72.7879\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9640 72.7879\nL237.9035 72.6669\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9035 72.6669\nL237.8431 72.4250\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.8431 72.4250\nL237.8431 72.2436\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.8431 72.2436\nL237.9035 72.0017\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9035 72.0017\nL237.9640 71.8808\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9640 71.8808\nL238.0850 71.7598\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.0850 71.7598\nL238.2664 71.6993\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.2664 71.6993\nL238.3873 71.6993\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.3873 71.6993\nL238.5688 71.7598\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.5688 71.7598\nL238.6292 71.8203\n\"  data-cref=\"C1\"/>\n<path  d=\"M239.8388 72.9693\nL239.1131 72.9693\n\" />\n<path  d=\"M239.4759 72.9693\nL239.4759 71.6993\n\" />\n<path  d=\"M239.4759 71.6993\nL239.3550 71.8808\n\" />\n<path  d=\"M239.3550 71.8808\nL239.2340 72.0017\n\" />\n<path  d=\"M239.2340 72.0017\nL239.1131 72.0622\n\" />\n</g><text x=\"243.9511\" y=\"75.5648\"\ntextLength=\"12.9030\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C_10uF_0402</text>\n<g class=\"stroked-text\"><desc>C_10uF_0402</desc>\n<path  d=\"M238.6292 75.3884\nL238.5688 75.4489\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.5688 75.4489\nL238.3873 75.5093\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.3873 75.5093\nL238.2664 75.5093\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.2664 75.5093\nL238.0850 75.4489\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.0850 75.4489\nL237.9640 75.3279\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9640 75.3279\nL237.9035 75.2069\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9035 75.2069\nL237.8431 74.9650\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.8431 74.9650\nL237.8431 74.7836\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.8431 74.7836\nL237.9035 74.5417\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9035 74.5417\nL237.9640 74.4208\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9640 74.4208\nL238.0850 74.2998\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.0850 74.2998\nL238.2664 74.2393\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.2664 74.2393\nL238.3873 74.2393\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.3873 74.2393\nL238.5688 74.2998\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.5688 74.2998\nL238.6292 74.3603\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.8712 75.6303\nL239.8388 75.6303\n\" />\n<path  d=\"M240.8064 75.5093\nL240.0807 75.5093\n\" />\n<path  d=\"M240.4435 75.5093\nL240.4435 74.2393\n\" />\n<path  d=\"M240.4435 74.2393\nL240.3226 74.4208\n\" />\n<path  d=\"M240.3226 74.4208\nL240.2016 74.5417\n\" />\n<path  d=\"M240.2016 74.5417\nL240.0807 74.6022\n\" />\n<path  d=\"M241.5925 74.2393\nL241.7135 74.2393\n\" />\n<path  d=\"M241.7135 74.2393\nL241.8344 74.2998\n\" />\n<path  d=\"M241.8344 74.2998\nL241.8949 74.3603\n\" />\n<path  d=\"M241.8949 74.3603\nL241.9554 74.4812\n\" />\n<path  d=\"M241.9554 74.4812\nL242.0159 74.7231\n\" />\n<path  d=\"M242.0159 74.7231\nL242.0159 75.0255\n\" />\n<path  d=\"M242.0159 75.0255\nL241.9554 75.2674\n\" />\n<path  d=\"M241.9554 75.2674\nL241.8949 75.3884\n\" />\n<path  d=\"M241.8949 75.3884\nL241.8344 75.4489\n\" />\n<path  d=\"M241.8344 75.4489\nL241.7135 75.5093\n\" />\n<path  d=\"M241.7135 75.5093\nL241.5925 75.5093\n\" />\n<path  d=\"M241.5925 75.5093\nL241.4716 75.4489\n\" />\n<path  d=\"M241.4716 75.4489\nL241.4111 75.3884\n\" />\n<path  d=\"M241.4111 75.3884\nL241.3506 75.2674\n\" />\n<path  d=\"M241.3506 75.2674\nL241.2902 75.0255\n\" />\n<path  d=\"M241.2902 75.0255\nL241.2902 74.7231\n\" />\n<path  d=\"M241.2902 74.7231\nL241.3506 74.4812\n\" />\n<path  d=\"M241.3506 74.4812\nL241.4111 74.3603\n\" />\n<path  d=\"M241.4111 74.3603\nL241.4716 74.2998\n\" />\n<path  d=\"M241.4716 74.2998\nL241.5925 74.2393\n\" />\n<path  d=\"M243.1044 74.6627\nL243.1044 75.5093\n\" />\n<path  d=\"M242.5601 74.6627\nL242.5601 75.3279\n\" />\n<path  d=\"M242.5601 75.3279\nL242.6206 75.4489\n\" />\n<path  d=\"M242.6206 75.4489\nL242.7416 75.5093\n\" />\n<path  d=\"M242.7416 75.5093\nL242.9230 75.5093\n\" />\n<path  d=\"M242.9230 75.5093\nL243.0439 75.4489\n\" />\n<path  d=\"M243.0439 75.4489\nL243.1044 75.3884\n\" />\n<path  d=\"M244.1325 74.8441\nL243.7091 74.8441\n\" />\n<path  d=\"M243.7091 75.5093\nL243.7091 74.2393\n\" />\n<path  d=\"M243.7091 74.2393\nL244.3139 74.2393\n\" />\n<path  d=\"M244.4954 75.6303\nL245.4630 75.6303\n\" />\n<path  d=\"M246.0072 74.2393\nL246.1282 74.2393\n\" />\n<path  d=\"M246.1282 74.2393\nL246.2491 74.2998\n\" />\n<path  d=\"M246.2491 74.2998\nL246.3096 74.3603\n\" />\n<path  d=\"M246.3096 74.3603\nL246.3701 74.4812\n\" />\n<path  d=\"M246.3701 74.4812\nL246.4306 74.7231\n\" />\n<path  d=\"M246.4306 74.7231\nL246.4306 75.0255\n\" />\n<path  d=\"M246.4306 75.0255\nL246.3701 75.2674\n\" />\n<path  d=\"M246.3701 75.2674\nL246.3096 75.3884\n\" />\n<path  d=\"M246.3096 75.3884\nL246.2491 75.4489\n\" />\n<path  d=\"M246.2491 75.4489\nL246.1282 75.5093\n\" />\n<path  d=\"M246.1282 75.5093\nL246.0072 75.5093\n\" />\n<path  d=\"M246.0072 75.5093\nL245.8863 75.4489\n\" />\n<path  d=\"M245.8863 75.4489\nL245.8258 75.3884\n\" />\n<path  d=\"M245.8258 75.3884\nL245.7653 75.2674\n\" />\n<path  d=\"M245.7653 75.2674\nL245.7049 75.0255\n\" />\n<path  d=\"M245.7049 75.0255\nL245.7049 74.7231\n\" />\n<path  d=\"M245.7049 74.7231\nL245.7653 74.4812\n\" />\n<path  d=\"M245.7653 74.4812\nL245.8258 74.3603\n\" />\n<path  d=\"M245.8258 74.3603\nL245.8863 74.2998\n\" />\n<path  d=\"M245.8863 74.2998\nL246.0072 74.2393\n\" />\n<path  d=\"M247.5191 74.6627\nL247.5191 75.5093\n\" />\n<path  d=\"M247.2167 74.1789\nL246.9144 75.0860\n\" />\n<path  d=\"M246.9144 75.0860\nL247.7005 75.0860\n\" />\n<path  d=\"M248.4262 74.2393\nL248.5472 74.2393\n\" />\n<path  d=\"M248.5472 74.2393\nL248.6681 74.2998\n\" />\n<path  d=\"M248.6681 74.2998\nL248.7286 74.3603\n\" />\n<path  d=\"M248.7286 74.3603\nL248.7891 74.4812\n\" />\n<path  d=\"M248.7891 74.4812\nL248.8496 74.7231\n\" />\n<path  d=\"M248.8496 74.7231\nL248.8496 75.0255\n\" />\n<path  d=\"M248.8496 75.0255\nL248.7891 75.2674\n\" />\n<path  d=\"M248.7891 75.2674\nL248.7286 75.3884\n\" />\n<path  d=\"M248.7286 75.3884\nL248.6681 75.4489\n\" />\n<path  d=\"M248.6681 75.4489\nL248.5472 75.5093\n\" />\n<path  d=\"M248.5472 75.5093\nL248.4262 75.5093\n\" />\n<path  d=\"M248.4262 75.5093\nL248.3053 75.4489\n\" />\n<path  d=\"M248.3053 75.4489\nL248.2448 75.3884\n\" />\n<path  d=\"M248.2448 75.3884\nL248.1843 75.2674\n\" />\n<path  d=\"M248.1843 75.2674\nL248.1239 75.0255\n\" />\n<path  d=\"M248.1239 75.0255\nL248.1239 74.7231\n\" />\n<path  d=\"M248.1239 74.7231\nL248.1843 74.4812\n\" />\n<path  d=\"M248.1843 74.4812\nL248.2448 74.3603\n\" />\n<path  d=\"M248.2448 74.3603\nL248.3053 74.2998\n\" />\n<path  d=\"M248.3053 74.2998\nL248.4262 74.2393\n\" />\n<path  d=\"M249.3334 74.3603\nL249.3938 74.2998\n\" />\n<path  d=\"M249.3938 74.2998\nL249.5148 74.2393\n\" />\n<path  d=\"M249.5148 74.2393\nL249.8172 74.2393\n\" />\n<path  d=\"M249.8172 74.2393\nL249.9381 74.2998\n\" />\n<path  d=\"M249.9381 74.2998\nL249.9986 74.3603\n\" />\n<path  d=\"M249.9986 74.3603\nL250.0591 74.4812\n\" />\n<path  d=\"M250.0591 74.4812\nL250.0591 74.6022\n\" />\n<path  d=\"M250.0591 74.6022\nL249.9986 74.7836\n\" />\n<path  d=\"M249.9986 74.7836\nL249.2729 75.5093\n\" />\n<path  d=\"M249.2729 75.5093\nL250.0591 75.5093\n\" />\n</g><path style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;fill:none\"\n d=\"M 233.6800,77.4700\n233.6800,78.7400\n234.9500,78.7400\n233.6800,80.0100\n232.4100,78.7400\n233.6800,78.7400\n\" /> \n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M233.6800 77.4700\nL233.6800 77.4700\n\"  data-cref=\"C1\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"233.6800\" y=\"83.1850\"\ntextLength=\"4.0737\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">GND</text>\n<g class=\"stroked-text\"><desc>GND</desc>\n<path  d=\"M232.7124 81.9200\nL232.5914 81.8595\n\" />\n<path  d=\"M232.5914 81.8595\nL232.4100 81.8595\n\" />\n<path  d=\"M232.4100 81.8595\nL232.2286 81.9200\n\" />\n<path  d=\"M232.2286 81.9200\nL232.1076 82.0410\n\" />\n<path  d=\"M232.1076 82.0410\nL232.0471 82.1619\n\" />\n<path  d=\"M232.0471 82.1619\nL231.9867 82.4038\n\" />\n<path  d=\"M231.9867 82.4038\nL231.9867 82.5852\n\" />\n<path  d=\"M231.9867 82.5852\nL232.0471 82.8271\n\" />\n<path  d=\"M232.0471 82.8271\nL232.1076 82.9481\n\" />\n<path  d=\"M232.1076 82.9481\nL232.2286 83.0691\n\" />\n<path  d=\"M232.2286 83.0691\nL232.4100 83.1295\n\" />\n<path  d=\"M232.4100 83.1295\nL232.5309 83.1295\n\" />\n<path  d=\"M232.5309 83.1295\nL232.7124 83.0691\n\" />\n<path  d=\"M232.7124 83.0691\nL232.7728 83.0086\n\" />\n<path  d=\"M232.7728 83.0086\nL232.7728 82.5852\n\" />\n<path  d=\"M232.7728 82.5852\nL232.5309 82.5852\n\" />\n<path  d=\"M233.3171 83.1295\nL233.3171 81.8595\n\" />\n<path  d=\"M233.3171 81.8595\nL234.0428 83.1295\n\" />\n<path  d=\"M234.0428 83.1295\nL234.0428 81.8595\n\" />\n<path  d=\"M234.6476 83.1295\nL234.6476 81.8595\n\" />\n<path  d=\"M234.6476 81.8595\nL234.9500 81.8595\n\" />\n<path  d=\"M234.9500 81.8595\nL235.1314 81.9200\n\" />\n<path  d=\"M235.1314 81.9200\nL235.2524 82.0410\n\" />\n<path  d=\"M235.2524 82.0410\nL235.3129 82.1619\n\" />\n<path  d=\"M235.3129 82.1619\nL235.3733 82.4038\n\" />\n<path  d=\"M235.3733 82.4038\nL235.3733 82.5852\n\" />\n<path  d=\"M235.3733 82.5852\nL235.3129 82.8271\n\" />\n<path  d=\"M235.3129 82.8271\nL235.2524 82.9481\n\" />\n<path  d=\"M235.2524 82.9481\nL235.1314 83.0691\n\" />\n<path  d=\"M235.1314 83.0691\nL234.9500 83.1295\n\" />\n<path  d=\"M234.9500 83.1295\nL234.6476 83.1295\n\" />\n</g></g>\n<g style=\"fill:#FFFFC2; fill-opacity:1.0000; stroke:none;\">\n<rect x=\"215.9\" y=\"66.675\" width=\"10.16\" height=\"6.985\" rx=\"0.000000\"  data-cref=\"U3\"/>\n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.2540; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<rect x=\"215.9\" y=\"66.675\" width=\"10.16\" height=\"6.985\" rx=\"0.000000\"  data-cref=\"U3\"/>\n</g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M220.9800 73.6600\nL220.9800 76.2000\n\"  data-cref=\"U3\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<g transform=\"rotate(-90.000000 220.9800 73.1520)\">\n<text x=\"220.9800\" y=\"73.7870\"\ntextLength=\"4.0737\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">GND</text>\n</g>\n<g class=\"stroked-text\"><desc>GND</desc>\n<path  d=\"M220.3500 72.0841\nL220.2895 72.2051\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 72.2051\nL220.2895 72.3865\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 72.3865\nL220.3500 72.5679\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.3500 72.5679\nL220.4710 72.6889\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.4710 72.6889\nL220.5919 72.7494\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.5919 72.7494\nL220.8338 72.8098\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.8338 72.8098\nL221.0152 72.8098\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.0152 72.8098\nL221.2571 72.7494\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2571 72.7494\nL221.3781 72.6889\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.3781 72.6889\nL221.4991 72.5679\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4991 72.5679\nL221.5595 72.3865\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 72.3865\nL221.5595 72.2656\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 72.2656\nL221.4991 72.0841\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4991 72.0841\nL221.4386 72.0237\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4386 72.0237\nL221.0152 72.0237\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.0152 72.0237\nL221.0152 72.2656\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 71.4794\nL220.2895 71.4794\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 71.4794\nL221.5595 70.7537\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 70.7537\nL220.2895 70.7537\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 70.1489\nL220.2895 70.1489\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 70.1489\nL220.2895 69.8465\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 69.8465\nL220.3500 69.6651\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.3500 69.6651\nL220.4710 69.5441\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.4710 69.5441\nL220.5919 69.4836\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.5919 69.4836\nL220.8338 69.4232\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.8338 69.4232\nL221.0152 69.4232\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.0152 69.4232\nL221.2571 69.4836\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2571 69.4836\nL221.3781 69.5441\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.3781 69.5441\nL221.4991 69.6651\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4991 69.6651\nL221.5595 69.8465\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 69.8465\nL221.5595 70.1489\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#A90000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<g transform=\"rotate(-90.000000 220.7260 74.9300)\">\n<text x=\"220.7260\" y=\"74.9300\"\ntextLength=\"1.4127\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">1</text>\n</g>\n<g class=\"stroked-text\"><desc>1</desc>\n<path  d=\"M220.5625 74.5670\nL220.5625 75.2927\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.5625 74.9299\nL219.2925 74.9299\n\"  data-cref=\"U3\"/>\n<path  d=\"M219.2925 74.9299\nL219.4740 75.0508\n\"  data-cref=\"U3\"/>\n<path  d=\"M219.4740 75.0508\nL219.5949 75.1718\n\"  data-cref=\"U3\"/>\n<path  d=\"M219.5949 75.1718\nL219.6554 75.2927\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M226.0600 68.5800\nL228.6000 68.5800\n\"  data-cref=\"U3\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"225.5520\" y=\"69.2150\"\ntextLength=\"2.6223\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"end\" opacity=\"0\" stroke-opacity=\"0\">VO</text>\n<g class=\"stroked-text\"><desc>VO</desc>\n<path  d=\"M223.1536 67.8895\nL223.5769 69.1595\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.5769 69.1595\nL224.0003 67.8895\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.6655 67.8895\nL224.9074 67.8895\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9074 67.8895\nL225.0284 67.9500\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.0284 67.9500\nL225.1493 68.0710\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.1493 68.0710\nL225.2098 68.3129\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.2098 68.3129\nL225.2098 68.7362\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.2098 68.7362\nL225.1493 68.9781\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.1493 68.9781\nL225.0284 69.0991\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.0284 69.0991\nL224.9074 69.1595\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9074 69.1595\nL224.6655 69.1595\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.6655 69.1595\nL224.5446 69.0991\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.5446 69.0991\nL224.4236 68.9781\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.4236 68.9781\nL224.3632 68.7362\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.3632 68.7362\nL224.3632 68.3129\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.3632 68.3129\nL224.4236 68.0710\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.4236 68.0710\nL224.5446 67.9500\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.5446 67.9500\nL224.6655 67.8895\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#A90000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"227.3300\" y=\"68.3260\"\ntextLength=\"1.4127\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">2</text>\n<g class=\"stroked-text\"><desc>2</desc>\n<path  d=\"M226.9672 67.0135\nL227.0276 66.9530\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.0276 66.9530\nL227.1486 66.8925\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.1486 66.8925\nL227.4510 66.8925\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.4510 66.8925\nL227.5719 66.9530\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.5719 66.9530\nL227.6324 67.0135\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.6324 67.0135\nL227.6929 67.1344\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.6929 67.1344\nL227.6929 67.2554\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.6929 67.2554\nL227.6324 67.4368\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.6324 67.4368\nL226.9067 68.1625\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.9067 68.1625\nL227.6929 68.1625\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M215.9000 68.5800\nL213.3600 68.5800\n\"  data-cref=\"U3\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"216.4080\" y=\"69.2150\"\ntextLength=\"1.8966\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">VI</text>\n<g class=\"stroked-text\"><desc>VI</desc>\n<path  d=\"M216.6291 67.8895\nL217.0524 69.1595\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.0524 69.1595\nL217.4758 67.8895\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.8991 69.1595\nL217.8991 67.8895\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#A90000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"214.6300\" y=\"68.3260\"\ntextLength=\"1.4127\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">3</text>\n<g class=\"stroked-text\"><desc>3</desc>\n<path  d=\"M214.2067 66.8925\nL214.9929 66.8925\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9929 66.8925\nL214.5695 67.3763\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.5695 67.3763\nL214.7510 67.3763\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.7510 67.3763\nL214.8719 67.4368\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.8719 67.4368\nL214.9324 67.4973\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9324 67.4973\nL214.9929 67.6182\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9929 67.6182\nL214.9929 67.9206\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9929 67.9206\nL214.9324 68.0416\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9324 68.0416\nL214.8719 68.1021\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.8719 68.1021\nL214.7510 68.1625\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.7510 68.1625\nL214.3881 68.1625\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.3881 68.1625\nL214.2672 68.1021\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.2672 68.1021\nL214.2067 68.0416\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"220.9800\" y=\"62.8650\"\ntextLength=\"2.7432\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">U3</text>\n<g class=\"stroked-text\"><desc>U3</desc>\n<path  d=\"M220.0123 61.5395\nL220.0123 62.5676\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.0123 62.5676\nL220.0728 62.6886\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.0728 62.6886\nL220.1333 62.7491\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.1333 62.7491\nL220.2542 62.8095\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2542 62.8095\nL220.4961 62.8095\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.4961 62.8095\nL220.6171 62.7491\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.6171 62.7491\nL220.6776 62.6886\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.6776 62.6886\nL220.7380 62.5676\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.7380 62.5676\nL220.7380 61.5395\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2219 61.5395\nL222.0081 61.5395\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0081 61.5395\nL221.5847 62.0233\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5847 62.0233\nL221.7662 62.0233\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.7662 62.0233\nL221.8871 62.0838\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.8871 62.0838\nL221.9476 62.1443\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.9476 62.1443\nL222.0081 62.2652\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0081 62.2652\nL222.0081 62.5676\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0081 62.5676\nL221.9476 62.6886\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.9476 62.6886\nL221.8871 62.7491\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.8871 62.7491\nL221.7662 62.8095\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.7662 62.8095\nL221.4033 62.8095\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4033 62.8095\nL221.2824 62.7491\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2824 62.7491\nL221.2219 62.6886\n\"  data-cref=\"U3\"/>\n</g><text x=\"220.9800\" y=\"65.4050\"\ntextLength=\"21.6116\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">NCP1117-3.3_SOT223</text>\n<g class=\"stroked-text\"><desc>NCP1117-3.3_SOT223</desc>\n<path  d=\"M210.5781 65.3495\nL210.5781 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M210.5781 64.0795\nL211.3038 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.3038 65.3495\nL211.3038 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.6343 65.2286\nL212.5739 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.5739 65.2891\nL212.3924 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.3924 65.3495\nL212.2715 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.2715 65.3495\nL212.0901 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.0901 65.2891\nL211.9691 65.1681\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.9691 65.1681\nL211.9086 65.0471\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.9086 65.0471\nL211.8482 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.8482 64.8052\nL211.8482 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.8482 64.6238\nL211.9086 64.3819\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.9086 64.3819\nL211.9691 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.9691 64.2610\nL212.0901 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.0901 64.1400\nL212.2715 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.2715 64.0795\nL212.3924 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.3924 64.0795\nL212.5739 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.5739 64.1400\nL212.6343 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.1786 65.3495\nL213.1786 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.1786 64.0795\nL213.6624 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.6624 64.0795\nL213.7834 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.7834 64.1400\nL213.8439 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.8439 64.2005\nL213.9043 64.3214\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.9043 64.3214\nL213.9043 64.5029\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.9043 64.5029\nL213.8439 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.8439 64.6238\nL213.7834 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.7834 64.6843\nL213.6624 64.7448\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.6624 64.7448\nL213.1786 64.7448\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.1139 65.3495\nL214.3882 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.7510 65.3495\nL214.7510 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.7510 64.0795\nL214.6301 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.6301 64.2610\nL214.5091 64.3819\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.5091 64.3819\nL214.3882 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M216.3234 65.3495\nL215.5977 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.9605 65.3495\nL215.9605 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.9605 64.0795\nL215.8396 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.8396 64.2610\nL215.7186 64.3819\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.7186 64.3819\nL215.5977 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.5329 65.3495\nL216.8072 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.1700 65.3495\nL217.1700 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.1700 64.0795\nL217.0491 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.0491 64.2610\nL216.9281 64.3819\n\"  data-cref=\"U3\"/>\n<path  d=\"M216.9281 64.3819\nL216.8072 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.9562 64.0795\nL218.8028 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M218.8028 64.0795\nL218.2586 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M219.2866 64.8657\nL220.2543 64.8657\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.7381 64.0795\nL221.5243 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5243 64.0795\nL221.1009 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.1009 64.5633\nL221.2824 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2824 64.5633\nL221.4033 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4033 64.6238\nL221.4638 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4638 64.6843\nL221.5243 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5243 64.8052\nL221.5243 65.1076\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5243 65.1076\nL221.4638 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4638 65.2286\nL221.4033 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4033 65.2891\nL221.2824 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2824 65.3495\nL220.9195 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.9195 65.3495\nL220.7986 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.7986 65.2891\nL220.7381 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0685 65.2286\nL222.1290 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.1290 65.2891\nL222.0685 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0685 65.3495\nL222.0081 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0081 65.2891\nL222.0685 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0685 65.2286\nL222.0685 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.5524 64.0795\nL223.3386 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.3386 64.0795\nL222.9152 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.9152 64.5633\nL223.0967 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.0967 64.5633\nL223.2176 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.2176 64.6238\nL223.2781 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.2781 64.6843\nL223.3386 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.3386 64.8052\nL223.3386 65.1076\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.3386 65.1076\nL223.2781 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.2781 65.2286\nL223.2176 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.2176 65.2891\nL223.0967 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.0967 65.3495\nL222.7338 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.7338 65.3495\nL222.6129 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.6129 65.2891\nL222.5524 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.5805 65.4705\nL224.5481 65.4705\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.7900 65.2891\nL224.9714 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9714 65.3495\nL225.2738 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.2738 65.3495\nL225.3947 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.3947 65.2891\nL225.4552 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.4552 65.2286\nL225.5157 65.1076\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.5157 65.1076\nL225.5157 64.9867\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.5157 64.9867\nL225.4552 64.8657\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.4552 64.8657\nL225.3947 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.3947 64.8052\nL225.2738 64.7448\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.2738 64.7448\nL225.0319 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.0319 64.6843\nL224.9109 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9109 64.6238\nL224.8504 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.8504 64.5633\nL224.7900 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.7900 64.4424\nL224.7900 64.3214\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.7900 64.3214\nL224.8504 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.8504 64.2005\nL224.9109 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9109 64.1400\nL225.0319 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.0319 64.0795\nL225.3342 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.3342 64.0795\nL225.5157 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.3018 64.0795\nL226.5437 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.5437 64.0795\nL226.6647 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.6647 64.1400\nL226.7856 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.7856 64.2610\nL226.8461 64.5029\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.8461 64.5029\nL226.8461 64.9262\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.8461 64.9262\nL226.7856 65.1681\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.7856 65.1681\nL226.6647 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.6647 65.2891\nL226.5437 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.5437 65.3495\nL226.3018 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.3018 65.3495\nL226.1809 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.1809 65.2891\nL226.0599 65.1681\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.0599 65.1681\nL225.9995 64.9262\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.9995 64.9262\nL225.9995 64.5029\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.9995 64.5029\nL226.0599 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.0599 64.2610\nL226.1809 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.1809 64.1400\nL226.3018 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.2090 64.0795\nL227.9347 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.5719 65.3495\nL227.5719 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.2976 64.2005\nL228.3580 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.3580 64.1400\nL228.4790 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.4790 64.0795\nL228.7814 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.7814 64.0795\nL228.9023 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.9023 64.1400\nL228.9628 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.9628 64.2005\nL229.0233 64.3214\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.0233 64.3214\nL229.0233 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.0233 64.4424\nL228.9628 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.9628 64.6238\nL228.2371 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.2371 65.3495\nL229.0233 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.5071 64.2005\nL229.5675 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.5675 64.1400\nL229.6885 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.6885 64.0795\nL229.9909 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.9909 64.0795\nL230.1118 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.1118 64.1400\nL230.1723 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.1723 64.2005\nL230.2328 64.3214\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.2328 64.3214\nL230.2328 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.2328 64.4424\nL230.1723 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.1723 64.6238\nL229.4466 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.4466 65.3495\nL230.2328 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.6561 64.0795\nL231.4423 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.4423 64.0795\nL231.0189 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.0189 64.5633\nL231.2004 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.2004 64.5633\nL231.3213 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.3213 64.6238\nL231.3818 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.3818 64.6843\nL231.4423 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.4423 64.8052\nL231.4423 65.1076\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.4423 65.1076\nL231.3818 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.3818 65.2286\nL231.3213 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.3213 65.2891\nL231.2004 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.2004 65.3495\nL230.8375 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.8375 65.3495\nL230.7166 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.7166 65.2891\nL230.6561 65.2286\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#009600; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M201.9300 68.5800\nL208.2800 68.5800\n\" />\n<path  d=\"M213.3600 68.5800\nL208.2800 68.5800\n\" />\n<path  d=\"M201.9300 67.3100\nL201.9300 68.5800\n\" />\n<path  d=\"M233.6800 68.5800\nL233.6800 69.8500\n\"  data-cref=\"C1\"/>\n<path  d=\"M242.5700 67.3100\nL242.5700 68.5800\n\" />\n<path  d=\"M233.6800 68.5800\nL242.5700 68.5800\n\" />\n<path  d=\"M208.2800 68.5800\nL208.2800 69.8500\n\"  data-cref=\"C2\"/>\n<path  d=\"M220.9800 76.2000\nL220.9800 80.0100\n\" />\n<path  d=\"M228.6000 68.5800\nL233.6800 68.5800\n\" />\n</g>\n<g style=\"fill:none; \nstroke:#27D0FF; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"221.2340\" y=\"58.2970\"\ntextLength=\"15.0198\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">5V to 3.3V LDO</text>\n<g class=\"stroked-text\"><desc>5V to 3.3V LDO</desc>\n<path  d=\"M214.7328 56.9715\nL214.1280 56.9715\n\" />\n<path  d=\"M214.1280 56.9715\nL214.0676 57.5763\n\" />\n<path  d=\"M214.0676 57.5763\nL214.1280 57.5158\n\" />\n<path  d=\"M214.1280 57.5158\nL214.2490 57.4553\n\" />\n<path  d=\"M214.2490 57.4553\nL214.5514 57.4553\n\" />\n<path  d=\"M214.5514 57.4553\nL214.6723 57.5158\n\" />\n<path  d=\"M214.6723 57.5158\nL214.7328 57.5763\n\" />\n<path  d=\"M214.7328 57.5763\nL214.7933 57.6972\n\" />\n<path  d=\"M214.7933 57.6972\nL214.7933 57.9996\n\" />\n<path  d=\"M214.7933 57.9996\nL214.7328 58.1206\n\" />\n<path  d=\"M214.7328 58.1206\nL214.6723 58.1811\n\" />\n<path  d=\"M214.6723 58.1811\nL214.5514 58.2415\n\" />\n<path  d=\"M214.5514 58.2415\nL214.2490 58.2415\n\" />\n<path  d=\"M214.2490 58.2415\nL214.1280 58.1811\n\" />\n<path  d=\"M214.1280 58.1811\nL214.0676 58.1206\n\" />\n<path  d=\"M215.1561 56.9715\nL215.5794 58.2415\n\" />\n<path  d=\"M215.5794 58.2415\nL216.0028 56.9715\n\" />\n<path  d=\"M217.2123 57.3949\nL217.6961 57.3949\n\" />\n<path  d=\"M217.3937 56.9715\nL217.3937 58.0601\n\" />\n<path  d=\"M217.3937 58.0601\nL217.4542 58.1811\n\" />\n<path  d=\"M217.4542 58.1811\nL217.5752 58.2415\n\" />\n<path  d=\"M217.5752 58.2415\nL217.6961 58.2415\n\" />\n<path  d=\"M218.3009 58.2415\nL218.1799 58.1811\n\" />\n<path  d=\"M218.1799 58.1811\nL218.1194 58.1206\n\" />\n<path  d=\"M218.1194 58.1206\nL218.0590 57.9996\n\" />\n<path  d=\"M218.0590 57.9996\nL218.0590 57.6368\n\" />\n<path  d=\"M218.0590 57.6368\nL218.1194 57.5158\n\" />\n<path  d=\"M218.1194 57.5158\nL218.1799 57.4553\n\" />\n<path  d=\"M218.1799 57.4553\nL218.3009 57.3949\n\" />\n<path  d=\"M218.3009 57.3949\nL218.4823 57.3949\n\" />\n<path  d=\"M218.4823 57.3949\nL218.6032 57.4553\n\" />\n<path  d=\"M218.6032 57.4553\nL218.6637 57.5158\n\" />\n<path  d=\"M218.6637 57.5158\nL218.7242 57.6368\n\" />\n<path  d=\"M218.7242 57.6368\nL218.7242 57.9996\n\" />\n<path  d=\"M218.7242 57.9996\nL218.6637 58.1206\n\" />\n<path  d=\"M218.6637 58.1206\nL218.6032 58.1811\n\" />\n<path  d=\"M218.6032 58.1811\nL218.4823 58.2415\n\" />\n<path  d=\"M218.4823 58.2415\nL218.3009 58.2415\n\" />\n<path  d=\"M220.1151 56.9715\nL220.9013 56.9715\n\" />\n<path  d=\"M220.9013 56.9715\nL220.4779 57.4553\n\" />\n<path  d=\"M220.4779 57.4553\nL220.6594 57.4553\n\" />\n<path  d=\"M220.6594 57.4553\nL220.7803 57.5158\n\" />\n<path  d=\"M220.7803 57.5158\nL220.8408 57.5763\n\" />\n<path  d=\"M220.8408 57.5763\nL220.9013 57.6972\n\" />\n<path  d=\"M220.9013 57.6972\nL220.9013 57.9996\n\" />\n<path  d=\"M220.9013 57.9996\nL220.8408 58.1206\n\" />\n<path  d=\"M220.8408 58.1206\nL220.7803 58.1811\n\" />\n<path  d=\"M220.7803 58.1811\nL220.6594 58.2415\n\" />\n<path  d=\"M220.6594 58.2415\nL220.2965 58.2415\n\" />\n<path  d=\"M220.2965 58.2415\nL220.1756 58.1811\n\" />\n<path  d=\"M220.1756 58.1811\nL220.1151 58.1206\n\" />\n<path  d=\"M221.4455 58.1206\nL221.5060 58.1811\n\" />\n<path  d=\"M221.5060 58.1811\nL221.4455 58.2415\n\" />\n<path  d=\"M221.4455 58.2415\nL221.3851 58.1811\n\" />\n<path  d=\"M221.3851 58.1811\nL221.4455 58.1206\n\" />\n<path  d=\"M221.4455 58.1206\nL221.4455 58.2415\n\" />\n<path  d=\"M221.9294 56.9715\nL222.7156 56.9715\n\" />\n<path  d=\"M222.7156 56.9715\nL222.2922 57.4553\n\" />\n<path  d=\"M222.2922 57.4553\nL222.4737 57.4553\n\" />\n<path  d=\"M222.4737 57.4553\nL222.5946 57.5158\n\" />\n<path  d=\"M222.5946 57.5158\nL222.6551 57.5763\n\" />\n<path  d=\"M222.6551 57.5763\nL222.7156 57.6972\n\" />\n<path  d=\"M222.7156 57.6972\nL222.7156 57.9996\n\" />\n<path  d=\"M222.7156 57.9996\nL222.6551 58.1206\n\" />\n<path  d=\"M222.6551 58.1206\nL222.5946 58.1811\n\" />\n<path  d=\"M222.5946 58.1811\nL222.4737 58.2415\n\" />\n<path  d=\"M222.4737 58.2415\nL222.1108 58.2415\n\" />\n<path  d=\"M222.1108 58.2415\nL221.9899 58.1811\n\" />\n<path  d=\"M221.9899 58.1811\nL221.9294 58.1206\n\" />\n<path  d=\"M223.0784 56.9715\nL223.5017 58.2415\n\" />\n<path  d=\"M223.5017 58.2415\nL223.9251 56.9715\n\" />\n<path  d=\"M225.9208 58.2415\nL225.3160 58.2415\n\" />\n<path  d=\"M225.3160 58.2415\nL225.3160 56.9715\n\" />\n<path  d=\"M226.3441 58.2415\nL226.3441 56.9715\n\" />\n<path  d=\"M226.3441 56.9715\nL226.6465 56.9715\n\" />\n<path  d=\"M226.6465 56.9715\nL226.8279 57.0320\n\" />\n<path  d=\"M226.8279 57.0320\nL226.9489 57.1530\n\" />\n<path  d=\"M226.9489 57.1530\nL227.0094 57.2739\n\" />\n<path  d=\"M227.0094 57.2739\nL227.0698 57.5158\n\" />\n<path  d=\"M227.0698 57.5158\nL227.0698 57.6972\n\" />\n<path  d=\"M227.0698 57.6972\nL227.0094 57.9391\n\" />\n<path  d=\"M227.0094 57.9391\nL226.9489 58.0601\n\" />\n<path  d=\"M226.9489 58.0601\nL226.8279 58.1811\n\" />\n<path  d=\"M226.8279 58.1811\nL226.6465 58.2415\n\" />\n<path  d=\"M226.6465 58.2415\nL226.3441 58.2415\n\" />\n<path  d=\"M227.8560 56.9715\nL228.0979 56.9715\n\" />\n<path  d=\"M228.0979 56.9715\nL228.2189 57.0320\n\" />\n<path  d=\"M228.2189 57.0320\nL228.3398 57.1530\n\" />\n<path  d=\"M228.3398 57.1530\nL228.4003 57.3949\n\" />\n<path  d=\"M228.4003 57.3949\nL228.4003 57.8182\n\" />\n<path  d=\"M228.4003 57.8182\nL228.3398 58.0601\n\" />\n<path  d=\"M228.3398 58.0601\nL228.2189 58.1811\n\" />\n<path  d=\"M228.2189 58.1811\nL228.0979 58.2415\n\" />\n<path  d=\"M228.0979 58.2415\nL227.8560 58.2415\n\" />\n<path  d=\"M227.8560 58.2415\nL227.7351 58.1811\n\" />\n<path  d=\"M227.7351 58.1811\nL227.6141 58.0601\n\" />\n<path  d=\"M227.6141 58.0601\nL227.5537 57.8182\n\" />\n<path  d=\"M227.5537 57.8182\nL227.5537 57.3949\n\" />\n<path  d=\"M227.5537 57.3949\nL227.6141 57.1530\n\" />\n<path  d=\"M227.6141 57.1530\nL227.7351 57.0320\n\" />\n<path  d=\"M227.7351 57.0320\nL227.8560 56.9715\n\" />\n</g></g>\n<g style=\"fill:none; \nstroke:#0000C2; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<rect x=\"188.595\" y=\"55.245\" width=\"66.04\" height=\"31.75\" rx=\"0.000000\" />\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"220.9800\" y=\"62.8650\"\ntextLength=\"2.7432\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">U3</text>\n<g class=\"stroked-text\"><desc>U3</desc>\n<path  d=\"M220.0123 61.5395\nL220.0123 62.5676\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.0123 62.5676\nL220.0728 62.6886\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.0728 62.6886\nL220.1333 62.7491\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.1333 62.7491\nL220.2542 62.8095\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2542 62.8095\nL220.4961 62.8095\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.4961 62.8095\nL220.6171 62.7491\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.6171 62.7491\nL220.6776 62.6886\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.6776 62.6886\nL220.7380 62.5676\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.7380 62.5676\nL220.7380 61.5395\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2219 61.5395\nL222.0081 61.5395\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0081 61.5395\nL221.5847 62.0233\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5847 62.0233\nL221.7662 62.0233\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.7662 62.0233\nL221.8871 62.0838\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.8871 62.0838\nL221.9476 62.1443\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.9476 62.1443\nL222.0081 62.2652\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0081 62.2652\nL222.0081 62.5676\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0081 62.5676\nL221.9476 62.6886\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.9476 62.6886\nL221.8871 62.7491\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.8871 62.7491\nL221.7662 62.8095\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.7662 62.8095\nL221.4033 62.8095\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4033 62.8095\nL221.2824 62.7491\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2824 62.7491\nL221.2219 62.6886\n\"  data-cref=\"U3\"/>\n</g><text x=\"220.9800\" y=\"65.4050\"\ntextLength=\"21.6116\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">NCP1117-3.3_SOT223</text>\n<g class=\"stroked-text\"><desc>NCP1117-3.3_SOT223</desc>\n<path  d=\"M210.5781 65.3495\nL210.5781 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M210.5781 64.0795\nL211.3038 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.3038 65.3495\nL211.3038 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.6343 65.2286\nL212.5739 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.5739 65.2891\nL212.3924 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.3924 65.3495\nL212.2715 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.2715 65.3495\nL212.0901 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.0901 65.2891\nL211.9691 65.1681\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.9691 65.1681\nL211.9086 65.0471\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.9086 65.0471\nL211.8482 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.8482 64.8052\nL211.8482 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.8482 64.6238\nL211.9086 64.3819\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.9086 64.3819\nL211.9691 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M211.9691 64.2610\nL212.0901 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.0901 64.1400\nL212.2715 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.2715 64.0795\nL212.3924 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.3924 64.0795\nL212.5739 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M212.5739 64.1400\nL212.6343 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.1786 65.3495\nL213.1786 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.1786 64.0795\nL213.6624 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.6624 64.0795\nL213.7834 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.7834 64.1400\nL213.8439 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.8439 64.2005\nL213.9043 64.3214\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.9043 64.3214\nL213.9043 64.5029\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.9043 64.5029\nL213.8439 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.8439 64.6238\nL213.7834 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.7834 64.6843\nL213.6624 64.7448\n\"  data-cref=\"U3\"/>\n<path  d=\"M213.6624 64.7448\nL213.1786 64.7448\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.1139 65.3495\nL214.3882 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.7510 65.3495\nL214.7510 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.7510 64.0795\nL214.6301 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.6301 64.2610\nL214.5091 64.3819\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.5091 64.3819\nL214.3882 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M216.3234 65.3495\nL215.5977 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.9605 65.3495\nL215.9605 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.9605 64.0795\nL215.8396 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.8396 64.2610\nL215.7186 64.3819\n\"  data-cref=\"U3\"/>\n<path  d=\"M215.7186 64.3819\nL215.5977 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.5329 65.3495\nL216.8072 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.1700 65.3495\nL217.1700 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.1700 64.0795\nL217.0491 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.0491 64.2610\nL216.9281 64.3819\n\"  data-cref=\"U3\"/>\n<path  d=\"M216.9281 64.3819\nL216.8072 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.9562 64.0795\nL218.8028 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M218.8028 64.0795\nL218.2586 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M219.2866 64.8657\nL220.2543 64.8657\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.7381 64.0795\nL221.5243 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5243 64.0795\nL221.1009 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.1009 64.5633\nL221.2824 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2824 64.5633\nL221.4033 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4033 64.6238\nL221.4638 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4638 64.6843\nL221.5243 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5243 64.8052\nL221.5243 65.1076\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5243 65.1076\nL221.4638 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4638 65.2286\nL221.4033 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4033 65.2891\nL221.2824 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2824 65.3495\nL220.9195 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.9195 65.3495\nL220.7986 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.7986 65.2891\nL220.7381 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0685 65.2286\nL222.1290 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.1290 65.2891\nL222.0685 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0685 65.3495\nL222.0081 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0081 65.2891\nL222.0685 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.0685 65.2286\nL222.0685 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.5524 64.0795\nL223.3386 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.3386 64.0795\nL222.9152 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.9152 64.5633\nL223.0967 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.0967 64.5633\nL223.2176 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.2176 64.6238\nL223.2781 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.2781 64.6843\nL223.3386 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.3386 64.8052\nL223.3386 65.1076\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.3386 65.1076\nL223.2781 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.2781 65.2286\nL223.2176 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.2176 65.2891\nL223.0967 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.0967 65.3495\nL222.7338 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.7338 65.3495\nL222.6129 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M222.6129 65.2891\nL222.5524 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.5805 65.4705\nL224.5481 65.4705\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.7900 65.2891\nL224.9714 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9714 65.3495\nL225.2738 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.2738 65.3495\nL225.3947 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.3947 65.2891\nL225.4552 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.4552 65.2286\nL225.5157 65.1076\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.5157 65.1076\nL225.5157 64.9867\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.5157 64.9867\nL225.4552 64.8657\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.4552 64.8657\nL225.3947 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.3947 64.8052\nL225.2738 64.7448\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.2738 64.7448\nL225.0319 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.0319 64.6843\nL224.9109 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9109 64.6238\nL224.8504 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.8504 64.5633\nL224.7900 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.7900 64.4424\nL224.7900 64.3214\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.7900 64.3214\nL224.8504 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.8504 64.2005\nL224.9109 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9109 64.1400\nL225.0319 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.0319 64.0795\nL225.3342 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.3342 64.0795\nL225.5157 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.3018 64.0795\nL226.5437 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.5437 64.0795\nL226.6647 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.6647 64.1400\nL226.7856 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.7856 64.2610\nL226.8461 64.5029\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.8461 64.5029\nL226.8461 64.9262\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.8461 64.9262\nL226.7856 65.1681\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.7856 65.1681\nL226.6647 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.6647 65.2891\nL226.5437 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.5437 65.3495\nL226.3018 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.3018 65.3495\nL226.1809 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.1809 65.2891\nL226.0599 65.1681\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.0599 65.1681\nL225.9995 64.9262\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.9995 64.9262\nL225.9995 64.5029\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.9995 64.5029\nL226.0599 64.2610\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.0599 64.2610\nL226.1809 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.1809 64.1400\nL226.3018 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.2090 64.0795\nL227.9347 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.5719 65.3495\nL227.5719 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.2976 64.2005\nL228.3580 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.3580 64.1400\nL228.4790 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.4790 64.0795\nL228.7814 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.7814 64.0795\nL228.9023 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.9023 64.1400\nL228.9628 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.9628 64.2005\nL229.0233 64.3214\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.0233 64.3214\nL229.0233 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.0233 64.4424\nL228.9628 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.9628 64.6238\nL228.2371 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M228.2371 65.3495\nL229.0233 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.5071 64.2005\nL229.5675 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.5675 64.1400\nL229.6885 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.6885 64.0795\nL229.9909 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.9909 64.0795\nL230.1118 64.1400\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.1118 64.1400\nL230.1723 64.2005\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.1723 64.2005\nL230.2328 64.3214\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.2328 64.3214\nL230.2328 64.4424\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.2328 64.4424\nL230.1723 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.1723 64.6238\nL229.4466 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M229.4466 65.3495\nL230.2328 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.6561 64.0795\nL231.4423 64.0795\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.4423 64.0795\nL231.0189 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.0189 64.5633\nL231.2004 64.5633\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.2004 64.5633\nL231.3213 64.6238\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.3213 64.6238\nL231.3818 64.6843\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.3818 64.6843\nL231.4423 64.8052\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.4423 64.8052\nL231.4423 65.1076\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.4423 65.1076\nL231.3818 65.2286\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.3818 65.2286\nL231.3213 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.3213 65.2891\nL231.2004 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M231.2004 65.3495\nL230.8375 65.3495\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.8375 65.3495\nL230.7166 65.2891\n\"  data-cref=\"U3\"/>\n<path  d=\"M230.7166 65.2891\nL230.6561 65.2286\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M220.9800 73.6600\nL220.9800 76.2000\n\"  data-cref=\"U3\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<g transform=\"rotate(-90.000000 220.9800 73.1520)\">\n<text x=\"220.9800\" y=\"73.7870\"\ntextLength=\"4.0737\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">GND</text>\n</g>\n<g class=\"stroked-text\"><desc>GND</desc>\n<path  d=\"M220.3500 72.0841\nL220.2895 72.2051\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 72.2051\nL220.2895 72.3865\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 72.3865\nL220.3500 72.5679\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.3500 72.5679\nL220.4710 72.6889\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.4710 72.6889\nL220.5919 72.7494\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.5919 72.7494\nL220.8338 72.8098\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.8338 72.8098\nL221.0152 72.8098\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.0152 72.8098\nL221.2571 72.7494\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2571 72.7494\nL221.3781 72.6889\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.3781 72.6889\nL221.4991 72.5679\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4991 72.5679\nL221.5595 72.3865\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 72.3865\nL221.5595 72.2656\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 72.2656\nL221.4991 72.0841\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4991 72.0841\nL221.4386 72.0237\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4386 72.0237\nL221.0152 72.0237\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.0152 72.0237\nL221.0152 72.2656\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 71.4794\nL220.2895 71.4794\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 71.4794\nL221.5595 70.7537\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 70.7537\nL220.2895 70.7537\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 70.1489\nL220.2895 70.1489\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 70.1489\nL220.2895 69.8465\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.2895 69.8465\nL220.3500 69.6651\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.3500 69.6651\nL220.4710 69.5441\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.4710 69.5441\nL220.5919 69.4836\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.5919 69.4836\nL220.8338 69.4232\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.8338 69.4232\nL221.0152 69.4232\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.0152 69.4232\nL221.2571 69.4836\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.2571 69.4836\nL221.3781 69.5441\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.3781 69.5441\nL221.4991 69.6651\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.4991 69.6651\nL221.5595 69.8465\n\"  data-cref=\"U3\"/>\n<path  d=\"M221.5595 69.8465\nL221.5595 70.1489\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#A90000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<g transform=\"rotate(-90.000000 220.7260 74.9300)\">\n<text x=\"220.7260\" y=\"74.9300\"\ntextLength=\"1.4127\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">1</text>\n</g>\n<g class=\"stroked-text\"><desc>1</desc>\n<path  d=\"M220.5625 74.5670\nL220.5625 75.2927\n\"  data-cref=\"U3\"/>\n<path  d=\"M220.5625 74.9299\nL219.2925 74.9299\n\"  data-cref=\"U3\"/>\n<path  d=\"M219.2925 74.9299\nL219.4740 75.0508\n\"  data-cref=\"U3\"/>\n<path  d=\"M219.4740 75.0508\nL219.5949 75.1718\n\"  data-cref=\"U3\"/>\n<path  d=\"M219.5949 75.1718\nL219.6554 75.2927\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M226.0600 68.5800\nL228.6000 68.5800\n\"  data-cref=\"U3\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"225.5520\" y=\"69.2150\"\ntextLength=\"2.6223\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"end\" opacity=\"0\" stroke-opacity=\"0\">VO</text>\n<g class=\"stroked-text\"><desc>VO</desc>\n<path  d=\"M223.1536 67.8895\nL223.5769 69.1595\n\"  data-cref=\"U3\"/>\n<path  d=\"M223.5769 69.1595\nL224.0003 67.8895\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.6655 67.8895\nL224.9074 67.8895\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9074 67.8895\nL225.0284 67.9500\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.0284 67.9500\nL225.1493 68.0710\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.1493 68.0710\nL225.2098 68.3129\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.2098 68.3129\nL225.2098 68.7362\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.2098 68.7362\nL225.1493 68.9781\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.1493 68.9781\nL225.0284 69.0991\n\"  data-cref=\"U3\"/>\n<path  d=\"M225.0284 69.0991\nL224.9074 69.1595\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.9074 69.1595\nL224.6655 69.1595\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.6655 69.1595\nL224.5446 69.0991\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.5446 69.0991\nL224.4236 68.9781\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.4236 68.9781\nL224.3632 68.7362\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.3632 68.7362\nL224.3632 68.3129\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.3632 68.3129\nL224.4236 68.0710\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.4236 68.0710\nL224.5446 67.9500\n\"  data-cref=\"U3\"/>\n<path  d=\"M224.5446 67.9500\nL224.6655 67.8895\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#A90000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"227.3300\" y=\"68.3260\"\ntextLength=\"1.4127\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">2</text>\n<g class=\"stroked-text\"><desc>2</desc>\n<path  d=\"M226.9672 67.0135\nL227.0276 66.9530\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.0276 66.9530\nL227.1486 66.8925\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.1486 66.8925\nL227.4510 66.8925\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.4510 66.8925\nL227.5719 66.9530\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.5719 66.9530\nL227.6324 67.0135\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.6324 67.0135\nL227.6929 67.1344\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.6929 67.1344\nL227.6929 67.2554\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.6929 67.2554\nL227.6324 67.4368\n\"  data-cref=\"U3\"/>\n<path  d=\"M227.6324 67.4368\nL226.9067 68.1625\n\"  data-cref=\"U3\"/>\n<path  d=\"M226.9067 68.1625\nL227.6929 68.1625\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M215.9000 68.5800\nL213.3600 68.5800\n\"  data-cref=\"U3\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"216.4080\" y=\"69.2150\"\ntextLength=\"1.8966\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"start\" opacity=\"0\" stroke-opacity=\"0\">VI</text>\n<g class=\"stroked-text\"><desc>VI</desc>\n<path  d=\"M216.6291 67.8895\nL217.0524 69.1595\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.0524 69.1595\nL217.4758 67.8895\n\"  data-cref=\"U3\"/>\n<path  d=\"M217.8991 69.1595\nL217.8991 67.8895\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#A90000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"214.6300\" y=\"68.3260\"\ntextLength=\"1.4127\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">3</text>\n<g class=\"stroked-text\"><desc>3</desc>\n<path  d=\"M214.2067 66.8925\nL214.9929 66.8925\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9929 66.8925\nL214.5695 67.3763\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.5695 67.3763\nL214.7510 67.3763\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.7510 67.3763\nL214.8719 67.4368\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.8719 67.4368\nL214.9324 67.4973\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9324 67.4973\nL214.9929 67.6182\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9929 67.6182\nL214.9929 67.9206\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9929 67.9206\nL214.9324 68.0416\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.9324 68.0416\nL214.8719 68.1021\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.8719 68.1021\nL214.7510 68.1625\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.7510 68.1625\nL214.3881 68.1625\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.3881 68.1625\nL214.2672 68.1021\n\"  data-cref=\"U3\"/>\n<path  d=\"M214.2672 68.1021\nL214.2067 68.0416\n\"  data-cref=\"U3\"/>\n</g></g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"233.6800\" y=\"83.1850\"\ntextLength=\"4.0737\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">GND</text>\n<g class=\"stroked-text\"><desc>GND</desc>\n<path  d=\"M232.7124 81.9200\nL232.5914 81.8595\n\" />\n<path  d=\"M232.5914 81.8595\nL232.4100 81.8595\n\" />\n<path  d=\"M232.4100 81.8595\nL232.2286 81.9200\n\" />\n<path  d=\"M232.2286 81.9200\nL232.1076 82.0410\n\" />\n<path  d=\"M232.1076 82.0410\nL232.0471 82.1619\n\" />\n<path  d=\"M232.0471 82.1619\nL231.9867 82.4038\n\" />\n<path  d=\"M231.9867 82.4038\nL231.9867 82.5852\n\" />\n<path  d=\"M231.9867 82.5852\nL232.0471 82.8271\n\" />\n<path  d=\"M232.0471 82.8271\nL232.1076 82.9481\n\" />\n<path  d=\"M232.1076 82.9481\nL232.2286 83.0691\n\" />\n<path  d=\"M232.2286 83.0691\nL232.4100 83.1295\n\" />\n<path  d=\"M232.4100 83.1295\nL232.5309 83.1295\n\" />\n<path  d=\"M232.5309 83.1295\nL232.7124 83.0691\n\" />\n<path  d=\"M232.7124 83.0691\nL232.7728 83.0086\n\" />\n<path  d=\"M232.7728 83.0086\nL232.7728 82.5852\n\" />\n<path  d=\"M232.7728 82.5852\nL232.5309 82.5852\n\" />\n<path  d=\"M233.3171 83.1295\nL233.3171 81.8595\n\" />\n<path  d=\"M233.3171 81.8595\nL234.0428 83.1295\n\" />\n<path  d=\"M234.0428 83.1295\nL234.0428 81.8595\n\" />\n<path  d=\"M234.6476 83.1295\nL234.6476 81.8595\n\" />\n<path  d=\"M234.6476 81.8595\nL234.9500 81.8595\n\" />\n<path  d=\"M234.9500 81.8595\nL235.1314 81.9200\n\" />\n<path  d=\"M235.1314 81.9200\nL235.2524 82.0410\n\" />\n<path  d=\"M235.2524 82.0410\nL235.3129 82.1619\n\" />\n<path  d=\"M235.3129 82.1619\nL235.3733 82.4038\n\" />\n<path  d=\"M235.3733 82.4038\nL235.3733 82.5852\n\" />\n<path  d=\"M235.3733 82.5852\nL235.3129 82.8271\n\" />\n<path  d=\"M235.3129 82.8271\nL235.2524 82.9481\n\" />\n<path  d=\"M235.2524 82.9481\nL235.1314 83.0691\n\" />\n<path  d=\"M235.1314 83.0691\nL234.9500 83.1295\n\" />\n<path  d=\"M234.9500 83.1295\nL234.6476 83.1295\n\" />\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M233.6800 77.4700\nL233.6800 77.4700\n\"  data-cref=\"C1\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"238.8409\" y=\"73.0248\"\ntextLength=\"2.6827\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C1</text>\n<g class=\"stroked-text\"><desc>C1</desc>\n<path  d=\"M238.6292 72.8484\nL238.5688 72.9089\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.5688 72.9089\nL238.3873 72.9693\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.3873 72.9693\nL238.2664 72.9693\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.2664 72.9693\nL238.0850 72.9089\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.0850 72.9089\nL237.9640 72.7879\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9640 72.7879\nL237.9035 72.6669\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9035 72.6669\nL237.8431 72.4250\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.8431 72.4250\nL237.8431 72.2436\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.8431 72.2436\nL237.9035 72.0017\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9035 72.0017\nL237.9640 71.8808\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9640 71.8808\nL238.0850 71.7598\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.0850 71.7598\nL238.2664 71.6993\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.2664 71.6993\nL238.3873 71.6993\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.3873 71.6993\nL238.5688 71.7598\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.5688 71.7598\nL238.6292 71.8203\n\"  data-cref=\"C1\"/>\n<path  d=\"M239.8388 72.9693\nL239.1131 72.9693\n\" />\n<path  d=\"M239.4759 72.9693\nL239.4759 71.6993\n\" />\n<path  d=\"M239.4759 71.6993\nL239.3550 71.8808\n\" />\n<path  d=\"M239.3550 71.8808\nL239.2340 72.0017\n\" />\n<path  d=\"M239.2340 72.0017\nL239.1131 72.0622\n\" />\n</g><text x=\"243.9511\" y=\"75.5648\"\ntextLength=\"12.9030\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C_10uF_0402</text>\n<g class=\"stroked-text\"><desc>C_10uF_0402</desc>\n<path  d=\"M238.6292 75.3884\nL238.5688 75.4489\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.5688 75.4489\nL238.3873 75.5093\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.3873 75.5093\nL238.2664 75.5093\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.2664 75.5093\nL238.0850 75.4489\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.0850 75.4489\nL237.9640 75.3279\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9640 75.3279\nL237.9035 75.2069\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9035 75.2069\nL237.8431 74.9650\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.8431 74.9650\nL237.8431 74.7836\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.8431 74.7836\nL237.9035 74.5417\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9035 74.5417\nL237.9640 74.4208\n\"  data-cref=\"C1\"/>\n<path  d=\"M237.9640 74.4208\nL238.0850 74.2998\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.0850 74.2998\nL238.2664 74.2393\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.2664 74.2393\nL238.3873 74.2393\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.3873 74.2393\nL238.5688 74.2998\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.5688 74.2998\nL238.6292 74.3603\n\"  data-cref=\"C1\"/>\n<path  d=\"M238.8712 75.6303\nL239.8388 75.6303\n\" />\n<path  d=\"M240.8064 75.5093\nL240.0807 75.5093\n\" />\n<path  d=\"M240.4435 75.5093\nL240.4435 74.2393\n\" />\n<path  d=\"M240.4435 74.2393\nL240.3226 74.4208\n\" />\n<path  d=\"M240.3226 74.4208\nL240.2016 74.5417\n\" />\n<path  d=\"M240.2016 74.5417\nL240.0807 74.6022\n\" />\n<path  d=\"M241.5925 74.2393\nL241.7135 74.2393\n\" />\n<path  d=\"M241.7135 74.2393\nL241.8344 74.2998\n\" />\n<path  d=\"M241.8344 74.2998\nL241.8949 74.3603\n\" />\n<path  d=\"M241.8949 74.3603\nL241.9554 74.4812\n\" />\n<path  d=\"M241.9554 74.4812\nL242.0159 74.7231\n\" />\n<path  d=\"M242.0159 74.7231\nL242.0159 75.0255\n\" />\n<path  d=\"M242.0159 75.0255\nL241.9554 75.2674\n\" />\n<path  d=\"M241.9554 75.2674\nL241.8949 75.3884\n\" />\n<path  d=\"M241.8949 75.3884\nL241.8344 75.4489\n\" />\n<path  d=\"M241.8344 75.4489\nL241.7135 75.5093\n\" />\n<path  d=\"M241.7135 75.5093\nL241.5925 75.5093\n\" />\n<path  d=\"M241.5925 75.5093\nL241.4716 75.4489\n\" />\n<path  d=\"M241.4716 75.4489\nL241.4111 75.3884\n\" />\n<path  d=\"M241.4111 75.3884\nL241.3506 75.2674\n\" />\n<path  d=\"M241.3506 75.2674\nL241.2902 75.0255\n\" />\n<path  d=\"M241.2902 75.0255\nL241.2902 74.7231\n\" />\n<path  d=\"M241.2902 74.7231\nL241.3506 74.4812\n\" />\n<path  d=\"M241.3506 74.4812\nL241.4111 74.3603\n\" />\n<path  d=\"M241.4111 74.3603\nL241.4716 74.2998\n\" />\n<path  d=\"M241.4716 74.2998\nL241.5925 74.2393\n\" />\n<path  d=\"M243.1044 74.6627\nL243.1044 75.5093\n\" />\n<path  d=\"M242.5601 74.6627\nL242.5601 75.3279\n\" />\n<path  d=\"M242.5601 75.3279\nL242.6206 75.4489\n\" />\n<path  d=\"M242.6206 75.4489\nL242.7416 75.5093\n\" />\n<path  d=\"M242.7416 75.5093\nL242.9230 75.5093\n\" />\n<path  d=\"M242.9230 75.5093\nL243.0439 75.4489\n\" />\n<path  d=\"M243.0439 75.4489\nL243.1044 75.3884\n\" />\n<path  d=\"M244.1325 74.8441\nL243.7091 74.8441\n\" />\n<path  d=\"M243.7091 75.5093\nL243.7091 74.2393\n\" />\n<path  d=\"M243.7091 74.2393\nL244.3139 74.2393\n\" />\n<path  d=\"M244.4954 75.6303\nL245.4630 75.6303\n\" />\n<path  d=\"M246.0072 74.2393\nL246.1282 74.2393\n\" />\n<path  d=\"M246.1282 74.2393\nL246.2491 74.2998\n\" />\n<path  d=\"M246.2491 74.2998\nL246.3096 74.3603\n\" />\n<path  d=\"M246.3096 74.3603\nL246.3701 74.4812\n\" />\n<path  d=\"M246.3701 74.4812\nL246.4306 74.7231\n\" />\n<path  d=\"M246.4306 74.7231\nL246.4306 75.0255\n\" />\n<path  d=\"M246.4306 75.0255\nL246.3701 75.2674\n\" />\n<path  d=\"M246.3701 75.2674\nL246.3096 75.3884\n\" />\n<path  d=\"M246.3096 75.3884\nL246.2491 75.4489\n\" />\n<path  d=\"M246.2491 75.4489\nL246.1282 75.5093\n\" />\n<path  d=\"M246.1282 75.5093\nL246.0072 75.5093\n\" />\n<path  d=\"M246.0072 75.5093\nL245.8863 75.4489\n\" />\n<path  d=\"M245.8863 75.4489\nL245.8258 75.3884\n\" />\n<path  d=\"M245.8258 75.3884\nL245.7653 75.2674\n\" />\n<path  d=\"M245.7653 75.2674\nL245.7049 75.0255\n\" />\n<path  d=\"M245.7049 75.0255\nL245.7049 74.7231\n\" />\n<path  d=\"M245.7049 74.7231\nL245.7653 74.4812\n\" />\n<path  d=\"M245.7653 74.4812\nL245.8258 74.3603\n\" />\n<path  d=\"M245.8258 74.3603\nL245.8863 74.2998\n\" />\n<path  d=\"M245.8863 74.2998\nL246.0072 74.2393\n\" />\n<path  d=\"M247.5191 74.6627\nL247.5191 75.5093\n\" />\n<path  d=\"M247.2167 74.1789\nL246.9144 75.0860\n\" />\n<path  d=\"M246.9144 75.0860\nL247.7005 75.0860\n\" />\n<path  d=\"M248.4262 74.2393\nL248.5472 74.2393\n\" />\n<path  d=\"M248.5472 74.2393\nL248.6681 74.2998\n\" />\n<path  d=\"M248.6681 74.2998\nL248.7286 74.3603\n\" />\n<path  d=\"M248.7286 74.3603\nL248.7891 74.4812\n\" />\n<path  d=\"M248.7891 74.4812\nL248.8496 74.7231\n\" />\n<path  d=\"M248.8496 74.7231\nL248.8496 75.0255\n\" />\n<path  d=\"M248.8496 75.0255\nL248.7891 75.2674\n\" />\n<path  d=\"M248.7891 75.2674\nL248.7286 75.3884\n\" />\n<path  d=\"M248.7286 75.3884\nL248.6681 75.4489\n\" />\n<path  d=\"M248.6681 75.4489\nL248.5472 75.5093\n\" />\n<path  d=\"M248.5472 75.5093\nL248.4262 75.5093\n\" />\n<path  d=\"M248.4262 75.5093\nL248.3053 75.4489\n\" />\n<path  d=\"M248.3053 75.4489\nL248.2448 75.3884\n\" />\n<path  d=\"M248.2448 75.3884\nL248.1843 75.2674\n\" />\n<path  d=\"M248.1843 75.2674\nL248.1239 75.0255\n\" />\n<path  d=\"M248.1239 75.0255\nL248.1239 74.7231\n\" />\n<path  d=\"M248.1239 74.7231\nL248.1843 74.4812\n\" />\n<path  d=\"M248.1843 74.4812\nL248.2448 74.3603\n\" />\n<path  d=\"M248.2448 74.3603\nL248.3053 74.2998\n\" />\n<path  d=\"M248.3053 74.2998\nL248.4262 74.2393\n\" />\n<path  d=\"M249.3334 74.3603\nL249.3938 74.2998\n\" />\n<path  d=\"M249.3938 74.2998\nL249.5148 74.2393\n\" />\n<path  d=\"M249.5148 74.2393\nL249.8172 74.2393\n\" />\n<path  d=\"M249.8172 74.2393\nL249.9381 74.2998\n\" />\n<path  d=\"M249.9381 74.2998\nL249.9986 74.3603\n\" />\n<path  d=\"M249.9986 74.3603\nL250.0591 74.4812\n\" />\n<path  d=\"M250.0591 74.4812\nL250.0591 74.6022\n\" />\n<path  d=\"M250.0591 74.6022\nL249.9986 74.7836\n\" />\n<path  d=\"M249.9986 74.7836\nL249.2729 75.5093\n\" />\n<path  d=\"M249.2729 75.5093\nL250.0591 75.5093\n\" />\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M233.6800 74.6760\nL233.6800 77.4700\n\"  data-cref=\"C1\"/>\n<path  d=\"M233.6800 72.6440\nL233.6800 69.8500\n\"  data-cref=\"C1\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"208.2800\" y=\"83.1850\"\ntextLength=\"4.0737\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">GND</text>\n<g class=\"stroked-text\"><desc>GND</desc>\n<path  d=\"M207.3124 81.9200\nL207.1914 81.8595\n\" />\n<path  d=\"M207.1914 81.8595\nL207.0100 81.8595\n\" />\n<path  d=\"M207.0100 81.8595\nL206.8286 81.9200\n\" />\n<path  d=\"M206.8286 81.9200\nL206.7076 82.0410\n\" />\n<path  d=\"M206.7076 82.0410\nL206.6471 82.1619\n\" />\n<path  d=\"M206.6471 82.1619\nL206.5867 82.4038\n\" />\n<path  d=\"M206.5867 82.4038\nL206.5867 82.5852\n\" />\n<path  d=\"M206.5867 82.5852\nL206.6471 82.8271\n\" />\n<path  d=\"M206.6471 82.8271\nL206.7076 82.9481\n\" />\n<path  d=\"M206.7076 82.9481\nL206.8286 83.0691\n\" />\n<path  d=\"M206.8286 83.0691\nL207.0100 83.1295\n\" />\n<path  d=\"M207.0100 83.1295\nL207.1309 83.1295\n\" />\n<path  d=\"M207.1309 83.1295\nL207.3124 83.0691\n\" />\n<path  d=\"M207.3124 83.0691\nL207.3728 83.0086\n\" />\n<path  d=\"M207.3728 83.0086\nL207.3728 82.5852\n\" />\n<path  d=\"M207.3728 82.5852\nL207.1309 82.5852\n\" />\n<path  d=\"M207.9171 83.1295\nL207.9171 81.8595\n\" />\n<path  d=\"M207.9171 81.8595\nL208.6428 83.1295\n\" />\n<path  d=\"M208.6428 83.1295\nL208.6428 81.8595\n\" />\n<path  d=\"M209.2476 83.1295\nL209.2476 81.8595\n\" />\n<path  d=\"M209.2476 81.8595\nL209.5500 81.8595\n\" />\n<path  d=\"M209.5500 81.8595\nL209.7314 81.9200\n\" />\n<path  d=\"M209.7314 81.9200\nL209.8524 82.0410\n\" />\n<path  d=\"M209.8524 82.0410\nL209.9129 82.1619\n\" />\n<path  d=\"M209.9129 82.1619\nL209.9733 82.4038\n\" />\n<path  d=\"M209.9733 82.4038\nL209.9733 82.5852\n\" />\n<path  d=\"M209.9733 82.5852\nL209.9129 82.8271\n\" />\n<path  d=\"M209.9129 82.8271\nL209.8524 82.9481\n\" />\n<path  d=\"M209.8524 82.9481\nL209.7314 83.0691\n\" />\n<path  d=\"M209.7314 83.0691\nL209.5500 83.1295\n\" />\n<path  d=\"M209.5500 83.1295\nL209.2476 83.1295\n\" />\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M208.2800 77.4700\nL208.2800 77.4700\n\"  data-cref=\"C2\"/>\n</g>\n<g style=\"fill:none; \nstroke:#006464; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<text x=\"192.8669\" y=\"73.0249\"\ntextLength=\"2.6827\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C2</text>\n<g class=\"stroked-text\"><desc>C2</desc>\n<path  d=\"M192.6552 72.8485\nL192.5948 72.9090\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.5948 72.9090\nL192.4133 72.9694\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.4133 72.9694\nL192.2924 72.9694\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.2924 72.9694\nL192.1110 72.9090\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.1110 72.9090\nL191.9900 72.7880\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9900 72.7880\nL191.9295 72.6670\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9295 72.6670\nL191.8691 72.4251\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.8691 72.4251\nL191.8691 72.2437\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.8691 72.2437\nL191.9295 72.0018\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9295 72.0018\nL191.9900 71.8809\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9900 71.8809\nL192.1110 71.7599\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.1110 71.7599\nL192.2924 71.6994\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.2924 71.6994\nL192.4133 71.6994\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.4133 71.6994\nL192.5948 71.7599\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.5948 71.7599\nL192.6552 71.8204\n\"  data-cref=\"C2\"/>\n<path  d=\"M193.1391 71.8204\nL193.1995 71.7599\n\" />\n<path  d=\"M193.1995 71.7599\nL193.3205 71.6994\n\" />\n<path  d=\"M193.3205 71.6994\nL193.6229 71.6994\n\" />\n<path  d=\"M193.6229 71.6994\nL193.7438 71.7599\n\" />\n<path  d=\"M193.7438 71.7599\nL193.8043 71.8204\n\" />\n<path  d=\"M193.8043 71.8204\nL193.8648 71.9413\n\" />\n<path  d=\"M193.8648 71.9413\nL193.8648 72.0623\n\" />\n<path  d=\"M193.8648 72.0623\nL193.8043 72.2437\n\" />\n<path  d=\"M193.8043 72.2437\nL193.0786 72.9694\n\" />\n<path  d=\"M193.0786 72.9694\nL193.8648 72.9694\n\" />\n</g><text x=\"197.9771\" y=\"75.5649\"\ntextLength=\"12.9030\" font-size=\"1.6933\" lengthAdjust=\"spacingAndGlyphs\"\ntext-anchor=\"middle\" opacity=\"0\" stroke-opacity=\"0\">C_10uF_0402</text>\n<g class=\"stroked-text\"><desc>C_10uF_0402</desc>\n<path  d=\"M192.6552 75.3885\nL192.5948 75.4490\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.5948 75.4490\nL192.4133 75.5094\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.4133 75.5094\nL192.2924 75.5094\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.2924 75.5094\nL192.1110 75.4490\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.1110 75.4490\nL191.9900 75.3280\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9900 75.3280\nL191.9295 75.2070\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9295 75.2070\nL191.8691 74.9651\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.8691 74.9651\nL191.8691 74.7837\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.8691 74.7837\nL191.9295 74.5418\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9295 74.5418\nL191.9900 74.4209\n\"  data-cref=\"C2\"/>\n<path  d=\"M191.9900 74.4209\nL192.1110 74.2999\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.1110 74.2999\nL192.2924 74.2394\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.2924 74.2394\nL192.4133 74.2394\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.4133 74.2394\nL192.5948 74.2999\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.5948 74.2999\nL192.6552 74.3604\n\"  data-cref=\"C2\"/>\n<path  d=\"M192.8972 75.6304\nL193.8648 75.6304\n\" />\n<path  d=\"M194.8324 75.5094\nL194.1067 75.5094\n\" />\n<path  d=\"M194.4695 75.5094\nL194.4695 74.2394\n\" />\n<path  d=\"M194.4695 74.2394\nL194.3486 74.4209\n\" />\n<path  d=\"M194.3486 74.4209\nL194.2276 74.5418\n\" />\n<path  d=\"M194.2276 74.5418\nL194.1067 74.6023\n\" />\n<path  d=\"M195.6185 74.2394\nL195.7395 74.2394\n\" />\n<path  d=\"M195.7395 74.2394\nL195.8604 74.2999\n\" />\n<path  d=\"M195.8604 74.2999\nL195.9209 74.3604\n\" />\n<path  d=\"M195.9209 74.3604\nL195.9814 74.4813\n\" />\n<path  d=\"M195.9814 74.4813\nL196.0419 74.7232\n\" />\n<path  d=\"M196.0419 74.7232\nL196.0419 75.0256\n\" />\n<path  d=\"M196.0419 75.0256\nL195.9814 75.2675\n\" />\n<path  d=\"M195.9814 75.2675\nL195.9209 75.3885\n\" />\n<path  d=\"M195.9209 75.3885\nL195.8604 75.4490\n\" />\n<path  d=\"M195.8604 75.4490\nL195.7395 75.5094\n\" />\n<path  d=\"M195.7395 75.5094\nL195.6185 75.5094\n\" />\n<path  d=\"M195.6185 75.5094\nL195.4976 75.4490\n\" />\n<path  d=\"M195.4976 75.4490\nL195.4371 75.3885\n\" />\n<path  d=\"M195.4371 75.3885\nL195.3766 75.2675\n\" />\n<path  d=\"M195.3766 75.2675\nL195.3162 75.0256\n\" />\n<path  d=\"M195.3162 75.0256\nL195.3162 74.7232\n\" />\n<path  d=\"M195.3162 74.7232\nL195.3766 74.4813\n\" />\n<path  d=\"M195.3766 74.4813\nL195.4371 74.3604\n\" />\n<path  d=\"M195.4371 74.3604\nL195.4976 74.2999\n\" />\n<path  d=\"M195.4976 74.2999\nL195.6185 74.2394\n\" />\n<path  d=\"M197.1304 74.6628\nL197.1304 75.5094\n\" />\n<path  d=\"M196.5861 74.6628\nL196.5861 75.3280\n\" />\n<path  d=\"M196.5861 75.3280\nL196.6466 75.4490\n\" />\n<path  d=\"M196.6466 75.4490\nL196.7676 75.5094\n\" />\n<path  d=\"M196.7676 75.5094\nL196.9490 75.5094\n\" />\n<path  d=\"M196.9490 75.5094\nL197.0699 75.4490\n\" />\n<path  d=\"M197.0699 75.4490\nL197.1304 75.3885\n\" />\n<path  d=\"M198.1585 74.8442\nL197.7351 74.8442\n\" />\n<path  d=\"M197.7351 75.5094\nL197.7351 74.2394\n\" />\n<path  d=\"M197.7351 74.2394\nL198.3399 74.2394\n\" />\n<path  d=\"M198.5214 75.6304\nL199.4890 75.6304\n\" />\n<path  d=\"M200.0332 74.2394\nL200.1542 74.2394\n\" />\n<path  d=\"M200.1542 74.2394\nL200.2751 74.2999\n\" />\n<path  d=\"M200.2751 74.2999\nL200.3356 74.3604\n\" />\n<path  d=\"M200.3356 74.3604\nL200.3961 74.4813\n\" />\n<path  d=\"M200.3961 74.4813\nL200.4566 74.7232\n\" />\n<path  d=\"M200.4566 74.7232\nL200.4566 75.0256\n\" />\n<path  d=\"M200.4566 75.0256\nL200.3961 75.2675\n\" />\n<path  d=\"M200.3961 75.2675\nL200.3356 75.3885\n\" />\n<path  d=\"M200.3356 75.3885\nL200.2751 75.4490\n\" />\n<path  d=\"M200.2751 75.4490\nL200.1542 75.5094\n\" />\n<path  d=\"M200.1542 75.5094\nL200.0332 75.5094\n\" />\n<path  d=\"M200.0332 75.5094\nL199.9123 75.4490\n\" />\n<path  d=\"M199.9123 75.4490\nL199.8518 75.3885\n\" />\n<path  d=\"M199.8518 75.3885\nL199.7913 75.2675\n\" />\n<path  d=\"M199.7913 75.2675\nL199.7309 75.0256\n\" />\n<path  d=\"M199.7309 75.0256\nL199.7309 74.7232\n\" />\n<path  d=\"M199.7309 74.7232\nL199.7913 74.4813\n\" />\n<path  d=\"M199.7913 74.4813\nL199.8518 74.3604\n\" />\n<path  d=\"M199.8518 74.3604\nL199.9123 74.2999\n\" />\n<path  d=\"M199.9123 74.2999\nL200.0332 74.2394\n\" />\n<path  d=\"M201.5451 74.6628\nL201.5451 75.5094\n\" />\n<path  d=\"M201.2427 74.1790\nL200.9404 75.0861\n\" />\n<path  d=\"M200.9404 75.0861\nL201.7265 75.0861\n\" />\n<path  d=\"M202.4522 74.2394\nL202.5732 74.2394\n\" />\n<path  d=\"M202.5732 74.2394\nL202.6941 74.2999\n\" />\n<path  d=\"M202.6941 74.2999\nL202.7546 74.3604\n\" />\n<path  d=\"M202.7546 74.3604\nL202.8151 74.4813\n\" />\n<path  d=\"M202.8151 74.4813\nL202.8756 74.7232\n\" />\n<path  d=\"M202.8756 74.7232\nL202.8756 75.0256\n\" />\n<path  d=\"M202.8756 75.0256\nL202.8151 75.2675\n\" />\n<path  d=\"M202.8151 75.2675\nL202.7546 75.3885\n\" />\n<path  d=\"M202.7546 75.3885\nL202.6941 75.4490\n\" />\n<path  d=\"M202.6941 75.4490\nL202.5732 75.5094\n\" />\n<path  d=\"M202.5732 75.5094\nL202.4522 75.5094\n\" />\n<path  d=\"M202.4522 75.5094\nL202.3313 75.4490\n\" />\n<path  d=\"M202.3313 75.4490\nL202.2708 75.3885\n\" />\n<path  d=\"M202.2708 75.3885\nL202.2103 75.2675\n\" />\n<path  d=\"M202.2103 75.2675\nL202.1499 75.0256\n\" />\n<path  d=\"M202.1499 75.0256\nL202.1499 74.7232\n\" />\n<path  d=\"M202.1499 74.7232\nL202.2103 74.4813\n\" />\n<path  d=\"M202.2103 74.4813\nL202.2708 74.3604\n\" />\n<path  d=\"M202.2708 74.3604\nL202.3313 74.2999\n\" />\n<path  d=\"M202.3313 74.2999\nL202.4522 74.2394\n\" />\n<path  d=\"M203.3594 74.3604\nL203.4198 74.2999\n\" />\n<path  d=\"M203.4198 74.2999\nL203.5408 74.2394\n\" />\n<path  d=\"M203.5408 74.2394\nL203.8432 74.2394\n\" />\n<path  d=\"M203.8432 74.2394\nL203.9641 74.2999\n\" />\n<path  d=\"M203.9641 74.2999\nL204.0246 74.3604\n\" />\n<path  d=\"M204.0246 74.3604\nL204.0851 74.4813\n\" />\n<path  d=\"M204.0851 74.4813\nL204.0851 74.6023\n\" />\n<path  d=\"M204.0851 74.6023\nL204.0246 74.7837\n\" />\n<path  d=\"M204.0246 74.7837\nL203.2989 75.5094\n\" />\n<path  d=\"M203.2989 75.5094\nL204.0851 75.5094\n\" />\n</g></g>\n<g style=\"fill:none; \nstroke:#840000; stroke-width:0.1524; stroke-opacity:1; \nstroke-linecap:round; stroke-linejoin:round;\">\n<path  d=\"M208.2800 74.6760\nL208.2800 77.4700\n\"  data-cref=\"C2\"/>\n<path  d=\"M208.2800 72.6440\nL208.2800 69.8500\n\"  data-cref=\"C2\"/>\n</g>\n<g style=\"fill:#009600; fill-opacity:1.0000; stroke:none;\">\n<circle cx=\"208.28\" cy=\"68.58\" r=\"0.4572\"  data-cref=\"C2\"/> \n</g>\n<g style=\"fill:#009600; fill-opacity:1.0000; stroke:none;\">\n<circle cx=\"233.68\" cy=\"68.58\" r=\"0.4572\"  data-cref=\"C1\"/> \n</g> \n</g><g class=\"adom-overlay\"><rect class=\"adom-comp\" x=\"213.360\" y=\"66.675\" width=\"15.240\" height=\"9.525\" data-ref=\"U3\" fill=\"transparent\"/><rect class=\"adom-comp\" x=\"206.248\" y=\"69.850\" width=\"4.064\" height=\"7.620\" data-ref=\"C2\" fill=\"transparent\"/><rect class=\"adom-comp\" x=\"231.648\" y=\"69.850\" width=\"4.064\" height=\"7.620\" data-ref=\"C1\" fill=\"transparent\"/></g></svg>",meta:{"view_box":[172.743,56.0235,74.827,28.986500000000007],"components":[{"reference":"U3","value":"NCP1117-3.3_SOT223","footprint":"Package_TO_SOT_SMD:SOT-223-3_TabPin2","lcsc":"C26537","description":"1A Low drop-out regulator, Fixed Output 3.3V, SOT-223","datasheet":"http://www.onsemi.com/pub_link/Collateral/NCP1117-D.PDF","x":220.98,"y":68.58,"bbox":[213.35999999999999,66.675,228.6,76.2],"pin_count":3},{"reference":"C2","value":"C_10uF_0402","footprint":"Capacitor_SMD:C_0402_1005Metric","lcsc":"C15525","description":"10uF 6.3V X5R 0402","datasheet":"","x":208.28,"y":73.66,"bbox":[206.248,69.85,210.312,77.47],"pin_count":2},{"reference":"C1","value":"C_10uF_0402","footprint":"Capacitor_SMD:C_0402_1005Metric","lcsc":"C15525","description":"10uF 6.3V X5R 0402","datasheet":"","x":233.68,"y":73.66,"bbox":[231.648,69.85,235.71200000000002,77.47],"pin_count":2}],"comp_count":3}};</script>
<script>/* adom-schematic-viewer core β€” KiCad-native schematic SVG + a component hotspot
 * overlay. Hover a symbol β†’ what it is (ref/value/footprint) + live stock & price.
 * Consumes window.__SCH__ = { svg, meta } (embed) OR fetches /state (live). */
(function () {
  "use strict";
  const $ = (s, r) => (r || document).querySelector(s);
  const state = { meta: null, pinned: null, enrichCache: {} };

  function mount(svgText, meta) {
    state.meta = meta || { components: [] };
    const box = $("#svgbox");
    box.innerHTML = svgText;
    const svg = box.querySelector("svg");
    if (!svg) return;
    svg.removeAttribute("width"); svg.removeAttribute("height");
    svg.style.width = "100%"; svg.style.height = "100%";
    state.svg = svg;
    state.vb = (svg.getAttribute("viewBox") || "0 0 100 100").split(/\s+/).map(Number);
    state.vb0 = state.vb.slice();
    wireHover(svg);
    wirePanZoom(svg);
    buildCompList();
    setStat();
    updateChrome();
  }
  // Show the Components panel + stat only when there's room (standalone tab or a
  // fullscreened pane); hide it in a small embedded thumbnail (APM board view).
  function updateChrome() {
    const big = innerWidth > 620;
    ["#side", "#stat"].forEach((s) => { const e = $(s); if (e) e.style.display = big ? "" : "none"; });
  }
  addEventListener("resize", updateChrome);

  // ── component highlight: screen-blend teal over the symbol (turns the symbol
  // strokes teal, leaves the white sheet white β€” no box) + list sync ──────────
  function clearSym() {
    state.svg.classList.remove("dim");
    state.svg.querySelectorAll(".symhl").forEach((el) => el.classList.remove("symhl"));
    document.querySelectorAll("#complist .crow.sel").forEach((r) => r.classList.remove("sel"));
  }
  function compHl(ref) {
    clearSym();
    // recolour the hovered symbol's real KiCad lines teal + dim the rest
    state.svg.classList.add("dim");
    state.svg.querySelectorAll('.adom-sheet [data-cref="' + cssEsc(ref) + '"]').forEach((el) => el.classList.add("symhl"));
    document.querySelectorAll("#complist .crow").forEach((r) => r.classList.toggle("sel", r.getAttribute("data-ref") === ref));
  }
  function clearHl() { if (!state.pinned) clearSym(); }
  function wireHover(svg) {
    svg.addEventListener("mousemove", (e) => {
      state.mouse = e; // remembered so a pin lands where the card already is
      if (state.pinned) return; // keep the pinned card + highlight stable
      const c = e.target.closest(".adom-comp");
      if (c) { const ref = c.getAttribute("data-ref"); compHl(ref); showCard(ref, e); return; }
      clearHl(); hideCard();
    });
    svg.addEventListener("mouseleave", () => { if (!state.pinned) { clearHl(); hideCard(); } });
    svg.addEventListener("click", (e) => {
      const c = e.target.closest(".adom-comp");
      if (!c) { state.pinned = null; clearSym(); hideCard(); return; }
      const ref = c.getAttribute("data-ref");
      state.pinned = state.pinned === ref ? null : ref;
      // pin: keep the card exactly where the hover card already sits, and expand
      // it to the full detail view so the links become reachable.
      if (state.pinned) { compHl(ref); showCard(ref, e); } else { clearSym(); hideCard(); }
    });
  }

  function comp(ref) { return (state.meta.components || []).find((k) => k.reference === ref); }
  // Abridged while merely hovering on a small/embedded screen (APM's board pane):
  // reference Β· MPN Β· stock, nothing else. Pinning always shows the full card.
  function isBrief(ref) { return state.pinned !== ref && innerWidth <= 620; }
  function showCard(ref, e) {
    const c = comp(ref); if (!c) return;
    const card = $("#card");
    const pinned = state.pinned === ref, brief = isBrief(ref);
    const rows = [];
    if (brief) {
      rows.push('<div class="ci-h"><span class="ci-ref">' + escapeHtml(ref) + "</span></div>");
      // real MPN arrives with enrichment; show the schematic value meanwhile
      rows.push('<div class="ci-mfr" id="ci-mpn">' + escapeHtml(c.value || "") + "</div>");
      rows.push('<div class="ci-enrich" id="ci-enrich">' + (c.lcsc || c.value ? '<span class="muted">stock…</span>' : "") + "</div>");
    } else {
      rows.push('<div class="ci-h"><span class="ci-ref">' + escapeHtml(ref) + '</span><span class="ci-val">' + escapeHtml(c.value || "") + "</span></div>");
      if (c.description) rows.push('<div class="ci-desc">' + escapeHtml(c.description) + "</div>");
      if (c.footprint) rows.push(row("footprint", c.footprint.split(":").pop()));
      if (c.lcsc) rows.push(row("lcsc", c.lcsc));
      rows.push('<div class="ci-enrich" id="ci-enrich">' + (c.lcsc || c.value ? '<span class="muted">loading stock Β· price…</span>' : "") + "</div>");
      if (c.datasheet && c.datasheet !== "~") rows.push('<a class="ci-ds" href="' + escapeHtml(c.datasheet) + '" target="_blank" rel="noopener">datasheet β†—</a>');
    }
    card.innerHTML = rows.join("");
    card.classList.toggle("brief", brief);
    card.style.display = "block";
    // clickable only when pinned, so hovering never eats the pointer
    card.classList.toggle("pinned", pinned);
    // follow the cursor while hovering; once pinned it stays put where it is β€”
    // but the pinned card is bigger than the brief one it replaced, so pull it
    // back inside the viewport if that growth pushed it off an edge.
    if (!pinned) placeCard(card, e || state.mouse); else clampCard(card);
    state.briefMode = brief;
    if (c.lcsc || c.value) enrich(c.value, c.lcsc);
  }
  // place near the cursor, flipping to the other side at the viewport edges
  function placeCard(card, e) {
    if (!e) { card.style.left = "12px"; card.style.top = "12px"; return; }
    const pad = 14, w = card.offsetWidth, h = card.offsetHeight;
    let x = e.clientX + pad, y = e.clientY + pad;
    if (x + w > innerWidth) x = e.clientX - w - pad;
    if (y + h > innerHeight) y = e.clientY - h - pad;
    card.style.left = Math.max(4, x) + "px";
    card.style.top = Math.max(4, y) + "px";
  }
  // keep an already-placed card fully inside the viewport
  function clampCard(card) {
    const w = card.offsetWidth, h = card.offsetHeight;
    const x = parseFloat(card.style.left) || 0, y = parseFloat(card.style.top) || 0;
    card.style.left = Math.max(4, Math.min(x, innerWidth - w - 4)) + "px";
    card.style.top = Math.max(4, Math.min(y, innerHeight - h - 4)) + "px";
  }
  function row(k, v) { return '<div class="ci-row"><span class="ci-k">' + k + '</span><span class="ci-v">' + escapeHtml(String(v)) + "</span></div>"; }
  function hideCard() { const c = $("#card"); if (c && !state.pinned) { c.style.display = "none"; c.classList.remove("pinned", "brief"); } }

  // ── enrichment (stock/price via LCSC PN, wiki page + popularity) ──────────
  function enrich(value, lcsc) {
    const key = (value || "") + "|" + (lcsc || "");
    const render = (d) => {
      const el = $("#ci-enrich"); if (!el || state.enrichKey !== key) return;
      // abridged card: the real MPN + stock, nothing else
      if (state.briefMode) {
        const m = $("#ci-mpn");
        if (m && d && d.mpn) m.textContent = d.mpn;
        if (!d || d.error || d.stock == null) { el.innerHTML = '<span class="muted">no stock data</span>'; return; }
        el.innerHTML = '<div class="pills"><span class="pill ' + (d.stock > 0 ? "ok" : "no") + '">' + (d.stock > 0 ? d.stock + " in stock" : "no stock") + "</span></div>";
        return;
      }
      if (!d || d.error) { el.innerHTML = '<span class="muted">no stock/price found</span>'; return; }
      const parts = [];
      if (d.stock != null) parts.push('<span class="pill ' + (d.stock > 0 ? "ok" : "no") + '">' + (d.stock > 0 ? d.stock + " in stock" : "no stock") + "</span>");
      if (d.price) parts.push('<span class="pill">' + escapeHtml(d.price) + "</span>");
      if (d.tier) parts.push('<span class="pill tier">' + escapeHtml(d.tier) + "</span>");
      if (d.popularity != null) parts.push('<span class="pill pop">β˜… ' + d.popularity + "</span>");
      let html = "";
      if (d.mpn) html += '<div class="ci-mfr">' + escapeHtml(d.mpn) + "</div>";
      if (d.mfr) html += '<div class="ci-mfr muted">' + escapeHtml(d.mfr) + "</div>";
      html += '<div class="pills">' + parts.join("") + "</div>";
      const links = [];
      if (d.jlc_url) links.push('<a class="ci-lnk" href="' + escapeHtml(d.jlc_url) + '" target="_blank" rel="noopener">JLCPCB β†—</a>');
      if (d.wiki_url) links.push('<a class="ci-lnk" href="' + escapeHtml(d.wiki_url) + '" target="_blank" rel="noopener">wiki page β†—</a>');
      if (links.length) html += '<div class="ci-links">' + links.join("") + "</div>";
      el.innerHTML = html || '<span class="muted">no data</span>';
    };
    state.enrichKey = key;
    if (state.enrichCache[key]) return render(state.enrichCache[key]);
    // NOTE: relative "enrich" resolves against whatever serves the page β€” our own
    // /enrich when running standalone, or the HOST app's (APM's
    // /board-view/<slug>/enrich) when embedded. So embeds get live stock too.
    if (typeof fetch !== "function") return render(null);
    const url = "enrich?mpn=" + encodeURIComponent(value || "") + (lcsc ? "&lcsc=" + encodeURIComponent(lcsc) : "");
    let tries = 0;
    const go = () => fetch(url).then((r) => r.json()).then((d) => {
      if (d && d.pending && tries++ < 25) { setTimeout(go, 1500); return; }
      state.enrichCache[key] = d; render(d);
    }).catch(() => render(null));
    go();
  }

  // ── pan / zoom ────────────────────────────────────────────────────────────
  function wirePanZoom(svg) {
    svg.addEventListener("wheel", (e) => {
      e.preventDefault();
      const [x, y, w, h] = state.vb;
      const f = e.deltaY > 0 ? 1.12 : 0.893;
      const r = svg.getBoundingClientRect();
      const mx = x + ((e.clientX - r.left) / r.width) * w, my = y + ((e.clientY - r.top) / r.height) * h;
      const nw = Math.min(state.vb0[2] * 8, Math.max(state.vb0[2] / 200, w * f)), nh = nw * (h / w);
      state.vb = [mx - (mx - x) * (nw / w), my - (my - y) * (nh / h), nw, nh];
      svg.setAttribute("viewBox", state.vb.join(" "));
    }, { passive: false });
    let drag = null;
    svg.addEventListener("mousedown", (e) => { drag = { x: e.clientX, y: e.clientY, vb: state.vb.slice() }; });
    addEventListener("mouseup", () => (drag = null));
    addEventListener("mousemove", (e) => {
      if (!drag) return;
      const r = svg.getBoundingClientRect();
      state.vb = [drag.vb[0] - ((e.clientX - drag.x) / r.width) * drag.vb[2], drag.vb[1] - ((e.clientY - drag.y) / r.height) * drag.vb[3], drag.vb[2], drag.vb[3]];
      svg.setAttribute("viewBox", state.vb.join(" "));
    });
  }
  function fit() { if (state.svg) { state.vb = state.vb0.slice(); state.svg.setAttribute("viewBox", state.vb.join(" ")); } }

  // ── component list ────────────────────────────────────────────────────────
  function buildCompList() {
    const el = $("#complist"); if (!el) return;
    const cs = (state.meta.components || []).slice().sort((a, b) => a.reference.localeCompare(b.reference, undefined, { numeric: true }));
    el.innerHTML = cs.map((c) => '<div class="crow" data-ref="' + escapeHtml(c.reference) + '"><b>' + escapeHtml(c.reference) + "</b> " + escapeHtml(c.value || "") + "</div>").join("") || '<div class="muted">no components</div>';
    el.querySelectorAll(".crow").forEach((r) => {
      const ref = r.getAttribute("data-ref");
      r.addEventListener("mouseenter", () => { if (!state.pinned) compHl(ref); });
      r.addEventListener("mouseleave", () => { if (!state.pinned) clearHl(); });
      r.addEventListener("click", () => { state.pinned = state.pinned === ref ? null : ref; if (state.pinned) { compHl(ref); showCard(ref); } else { clearSym(); hideCard(); } });
    });
  }
  function setStat() { const el = $("#stat"); if (el) el.textContent = (state.meta.components ? state.meta.components.length : 0) + " components"; }

  // ── helpers ───────────────────────────────────────────────────────────────
  function escapeHtml(s) { return String(s).replace(/[&<>"]/g, (c) => ({ "&": "&amp;", "<": "&lt;", ">": "&gt;", '"': "&quot;" }[c])); }
  function cssEsc(s) { return String(s).replace(/["\\]/g, "\\$&"); }

  window.AdomSch = { mount, fit, compHl };
  function boot() {
    $("#fitbtn") && $("#fitbtn").addEventListener("click", fit);
    if (window.__SCH__) { window.__EMBED__ = true; mount(window.__SCH__.svg, window.__SCH__.meta); return; }
    fetch("state").then((r) => r.json()).then((s) => {
      if (s && s.svg) mount(s.svg, s.meta || {});
      else $("#svgbox").innerHTML = '<div class="empty">No schematic loaded. POST a .kicad_sch to /load.</div>';
    }).catch(() => { $("#svgbox").innerHTML = '<div class="empty">server unreachable</div>'; });
  }
  if (document.readyState === "loading") document.addEventListener("DOMContentLoaded", boot); else boot();
})();
</script>
</body>
</html>