LemzCool
LemzCool

Reputation: 1

SVG backdrop-filter does not work correctly

I made an SVG in Figma and I need the backdrop-filter to display correctly like in Figma.

enter image description here

.main {
    stroke: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(25px);
}
<svg xmlns="http://www.w3.org/2000/svg" width="3398" height="4063" viewBox="0 0 3398 4063" fill="none" class="main">
    <g filter="url(#filter0_bddddi_108_20)">
    </g>
</svg>

I searched for a similar problem on the internet but couldn't find one

enter image description here

Upvotes: 0

Views: 57

Answers (0)

Related Questions