svg`
<svg height=300 width=${width}>
<rect x=10 y=10 width=30 height=40 />
<line x1=40 x2=100 y1=50 y2=100 stroke="green" />
<circle r=10 cx=100 cy=100 />
<text x=80 y=40 font-size="30" text-anchor="middle" fill="red">Text</text>
<polyline transform="translate(140,30)" fill="transparent" stroke-width="1" stroke="black"
points="${line_path}"/>
<path>
</svg>
`