You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have something like this, now: <feGaussianBlur in="SourceGraphic" stdDeviation="10"/>
Double the 'stdDeviation' value like this. You get better blur effect: <feGaussianBlur in="SourceGraphic" stdDeviation="10 10"/>
You have something like this, now:
<feGaussianBlur in="SourceGraphic" stdDeviation="10"/>
Double the 'stdDeviation' value like this. You get better blur effect:
<feGaussianBlur in="SourceGraphic" stdDeviation="10 10"/>
See this svg source code.
The text was updated successfully, but these errors were encountered: