【发布时间】:2013-09-03 08:06:12
【问题描述】:
我正在尝试将图像添加到 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>
但它不会使图像居中。我正在使用 Javascript。
【问题讨论】:
标签: javascript css gwt svg