我试图将图像添加到SVG圆的中心.我尝试过模式
<pattern id="image_birds" x="0" y="0" patternUnits="userSpaceOnUse" height="100" width="100">
<image x="0" y="0" xlink:href="birds.png" height="50" width="50"></image>
</pattern>
Run Code Online (Sandbox Code Playgroud)
但它并不是图像的中心.我正在使用Javascript.