html`
<svg width=100 height=100 style='border: 1px dashed'>
<path d='M-10,40 C-10,30 10,30 10,40 M10,40 C20,40 20,60 10,60 M10,60 C10,70 -10,70 -10,60 M-10,60 C-20,60 -20, 40, -10,40' fill='none' stroke='#000' stroke-width=2 transform='translate(50,0)' />
<circle cx='0' cy='50' r='5' fill='black' transform='translate(50,0)' />
</svg>
<code>100px</code>
`