Skip to content

Commit

Permalink
Update files/en-us/web/api/svgfedropshadowelement/setstddeviation/ind…
Browse files Browse the repository at this point in the history
…ex.md

Co-authored-by: Estelle Weyl <[email protected]>
  • Loading branch information
yashrajbharti and estelle authored Jan 30, 2025
1 parent 2d80b1d commit 093b867
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ None ({{jsxref('undefined')}}).

### Using `setStdDeviation()`

In this example, we set the horizontal and vertical standard deviations for a blur operation for a `<feDropShadow>` filter shadow effect using the `setStdDeviation()` method of the `SVGFEDropShadowElement` interface.

```html
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<defs>
Expand Down

0 comments on commit 093b867

Please sign in to comment.