首页 > svg的pattern的patternUnits属性设置为objectBoundingBox后图片会变得模糊

svg的pattern的patternUnits属性设置为objectBoundingBox后图片会变得模糊

如题,有遇到过这样的问题的同学么,怎么解决的?
代码如下:
<defs>

<pattern patternUnits="objectBoundingBox" width="100" height="40" id="baidu">
    <image y="30" width="100" height="40" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="baidu.png"></image>
 </pattern>

</defs>

【热门文章】
【热门文章】