We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b039b commit fbdb5f6Copy full SHA for fbdb5f6
1 file changed
README.md
@@ -284,7 +284,7 @@ All effect's names are listed further below.
284
```js
285
<svg viewBox='0 0 100 100'>
286
<filter id='glow-noise' x='-100%' y='-100%' height='300%' width='300%'>
287
- <Filter name='glow' blur='10' spread='3' result='glow' />
+ <Filter name='glow' blur='10' spread='3' />
288
<Filter name='noise' in='glow' opacity='0.2' frequency='0.2' />
289
</filter>
290
<circle filter='url(#glow-noise)' cx='50' cy='50' r='25'>
0 commit comments