您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

将背景图像(.png)添加到SVG圆形中

将背景图像(.png)添加到SVG圆形中

SVG元素的图像填充是通过SVG模式实现的。

<svg width="700" height="660">
  <defs>
    <pattern id="image" x="0" y="0" patternUnits="userSpaceOnUse" height="1" width="1">
      <image x="0" y="0" xlink:href="url.png"></image>
    </pattern>
  </defs>
  <circle id='top' cx="180" cy="120" r="80" fill="url(#image)"/>
</svg>
其他 2022/1/1 18:16:47 有451人围观

撰写回答


你尚未登录,登录后可以

和开发者交流问题的细节

关注并接收问题和回答的更新提醒

参与内容的编辑和改进,让解决方法与时俱进

请先登录

推荐问题


联系我
置顶