bullseye = svg`<svg id='bullseye-1' width=600 height=120>
<circle cx=60 cy=60 r=60 fill="red"'></circle>
<circle cx=60 cy=60 r=50 fill="orange"'></circle>
<circle cx=60 cy=60 r=40 fill="yellow"'></circle>
<circle cx=60 cy=60 r=30 fill="green"'></circle>
<circle cx=60 cy=60 r=20 fill="blue"'></circle>
<circle cx=60 cy=60 r=10 fill="purple"'></circle>
</svg>`