2
如何在html上放置svg元素(矩形,圓等)。這是我的編碼。任何人都可以幫忙將SVG元素放在img標記上
<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>