我有以下内容:
<svg id="svgLogo1" style="left:0; top:0; position:absolute"
width="980" height="80" viewBox="0 0 980 80"
xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="5" width="980" height="54" rx="6" ry="6"
style="stroke-width:2; xstroke:#FFF; fill:#555"/>
</svg>
Run Code Online (Sandbox Code Playgroud)
我想围绕这个创造一个白色的光芒.
有什么方法可以在svg中做到这一点.我环顾四周,所有我能找到的是"影子",这不是我想要的,因为我想在矩形的四边都有一个阴影(发光).