<!--
html`
<svg width="700" height="700">
<rect x="280" y="300" width="140" height="400"/>
<circle cx="250" cy="${ear_height+200}" r="50" fill="grey"/>
<circle cx="260" cy="${ear_height+220}" r="35" fill="pink"/>
<circle cx="450" cy="${ear_height+200}" r="50" fill="grey"/>
<circle cx="440" cy="${ear_height+220}" r="35" fill="pink"/>
<circle cx="350" cy="350" r="130" fill="grey"/>
<line x1="400" y1="400" x2="550" y2="550" stroke="black" stroke-width="20"/>
<line x1="300" y1="400" x2="150" y2="550" stroke="black" stroke-width="20"/>
<line x1="400" y1="400" x2="600" y2="400" stroke="black" stroke-width="8"/>
<line x1="300" y1="400" x2="100" y2="400" stroke="black" stroke-width="8"/>
<text x="500" y="600">Where's the cheese?</text>
</svg>
`