svg 要素 (rect、circle など) を html の上に配置する方法。これは私のコーディングです。誰でも助けることができます。
<div id="myImgId" style="width: 200px; height: 200px; background:#000;" onmousedown="doSomething()" onmouseup="return false;">
<img src="Chrysanthemum.jpg" width="200" height="200" />
<svg id="svgOne" y="200" width="200" height="200"></svg>
</div>