gpt4 book ai didi

html - 用于模糊图像的 Svg

转载 作者:行者123 更新时间:2023-11-28 09:21:52 25 4
gpt4 key购买 nike

我有 div 和 2 background: img(url), img(url())... 在屏幕上居中。需要使用 svg(不是 CSS# filter prop)使图像(好吧,都是叠加的)变得模糊不知何故这些不起作用:(blur.svg 文件)

<?xml version="1.0" standalone="no" ?>
<svg width="1" height="1" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<filter id="bluring">
<feGaussianBlur in="SourceGraphic" stdDeviation="2 3" />
</filter>
</defs>
</svg>

html:

.svgflt { background-color: orangered; backgroung: url(...);  
filter: url(blur.svg#bluring);
...
<div class="svgflt"> </div>

最佳答案

检查拼写。你写了“backgroung

此外,此链接可能会有所帮助: http://www.w3schools.com/svg/svg_fegaussianblur.asp

看看你写的代码是否正确。

关于html - 用于模糊图像的 Svg,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26057130/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com