<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="750" height="100"> <g id="SRA"> <g fill="none" stroke="black" stroke-width="1"> <rect x="30" y="60" width="30" height="30" /> <rect x="100" y="60" width="480" height="30" /> <line x1="130" y1="60" x2="130" y2="90" /> <line x1="160" y1="60" x2="160" y2="90" /> <line x1="190" y1="60" x2="190" y2="90" /> <line x1="220" y1="60" x2="220" y2="90" /> <line x1="250" y1="60" x2="250" y2="90" /> <line x1="280" y1="60" x2="280" y2="90" /> <line x1="310" y1="60" x2="310" y2="90" /> <line x1="340" y1="60" x2="340" y2="90" /> <line x1="370" y1="60" x2="370" y2="90" /> <line x1="400" y1="60" x2="400" y2="90" /> <line x1="430" y1="60" x2="430" y2="90" /> <line x1="460" y1="60" x2="460" y2="90" /> <line x1="490" y1="60" x2="490" y2="90" /> <line x1="520" y1="60" x2="520" y2="90" /> <line x1="550" y1="60" x2="550" y2="90" /> </g> <g> <g fill="none" stroke="black" stroke-width="2"> <path d="M145,75 Q120,0 60,75" /> <path d="M70,70 L60,75 L70,80" transform="rotate(-50,60,75)" /> <line x1="160" y1="75" x2="565" y2="75" stroke-dasharray="5" /> <path d="M170,70 L160,75 L170,80" /> <path d="M590,70 L580,75 L590,80" /> <line x1="580" y1="75" x2="620" y2="75" /> </g> <circle cx="145" cy="75" r="5" fill="black" /> <circle cx="620" cy="75" r="5" fill="black" /> <text x="625" y="80" font-family="monospace" font-size="15px" fill="black">0</text> </g> <g font-family="monospace" font-size="15px" fill="black"> <text x="35" y="55">OF</text> <text x="105" y="55">15</text> <text x="135" y="55">14</text> <text x="165" y="55">13</text> <text x="195" y="55">12</text> <text x="225" y="55">11</text> <text x="255" y="55">10</text> <text x="290" y="55">9</text> <text x="320" y="55">8</text> <text x="350" y="55">7</text> <text x="380" y="55">6</text> <text x="410" y="55">5</text> <text x="440" y="55">4</text> <text x="470" y="55">3</text> <text x="500" y="55">2</text> <text x="530" y="55">1</text> <text x="560" y="55">0</text> </g> </g> </svg>