svg`<svg viewBox="0 0 ${width} ${height}">
<path d="${path(
aoi
)}" stroke-width="0.5" fill="whitesmoke" stroke="darkgrey"></path>
<image
href='https://cdn.economistdatateam.com/israel-gaza-2023/gaza_damage.png'
x="${p0[0]}"
y="${p0[1]}"
width="${w}"
height="${h}"
stroke="black"
stroke-width="1"
fill="#00000000"
transform="rotate(${-angle}, ${p0[0]}, ${p0[1]})"
/>
<rect
x="${p0[0]}"
y="${p0[1]}"
width="${w}"
height="${h}"
stroke="black"
stroke-width="1"
fill="#00000000"
transform="rotate(${-angle}, ${p0[0]}, ${p0[1]})"
/>
<circle cx="${p0[0]}" cy="${p0[1]}" r="5" />
</svg>`