html`
<p><pre>
Groups (Barbell)
</pre></p>
<svg class = "pinkcanvas">
<g transform = "translate(360,202.5)">
<g transform = "rotate(32)">
<circle
r = 100
fill = "lightblue"
stroke = black
transform = "translate(-150,0)scale(0.5)"/>
<line
stroke = black
stroke-width = 2
x1 = -100
y1 = 0
x2 = 100
y2 = 0 />
<circle
r = 100
fill = "lightblue"
stroke = black
transform = "translate(150,0)scale(0.5)"/>
</g>
</g>
/>
</svg>
`