gpt4 book ai didi

javascript - 如何将 png 背景图像和填充颜色添加到 SVG?

转载 作者:太空宇宙 更新时间:2023-11-04 08:17:01 25 4
gpt4 key购买 nike

我知道这对于常规 html 元素是可行的,而且我知道如何向 SVG 添加填充颜色或背景图像。但是两者都有可能吗?我只是想为这些背景(填充)颜色添加滤镜效果。

.element {
background-color: rgba(0,0,0,.1);
background-image: url('images/filter/grunge.png');
}

最佳答案

你的问题不清楚。

你是说这样吗?

svg {
background-color: blue;
background-image: url(http://lorempixel.com/300/200/);
background-repeat: no-repeat;
filter: blur(3px);
}
<svg width="400" height="200">
<circle cx="100" cy="100" r="50" fill="red"/>
</svg>

关于javascript - 如何将 png 背景图像和填充颜色添加到 SVG?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45829030/

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