Skip to content

Commit fbdb5f6

Browse files
committed
doc(README) Remove useless prop in demo code
1 parent 77b039b commit fbdb5f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ All effect's names are listed further below.
284284
```js
285285
<svg viewBox='0 0 100 100'>
286286
<filter id='glow-noise' x='-100%' y='-100%' height='300%' width='300%'>
287-
<Filter name='glow' blur='10' spread='3' result='glow' />
287+
<Filter name='glow' blur='10' spread='3' />
288288
<Filter name='noise' in='glow' opacity='0.2' frequency='0.2' />
289289
</filter>
290290
<circle filter='url(#glow-noise)' cx='50' cy='50' r='25'>

0 commit comments

Comments
 (0)