Skip to content

Commit

Permalink
Fixed type of stdDeviation in feDropShadow (mdn#32359)
Browse files Browse the repository at this point in the history
Fixed type of stdDeviation

Co-authored-by: Brian Thomas Smith <[email protected]>
  • Loading branch information
Horstage and bsmth authored Mar 5, 2024
1 parent 5afc72b commit 4d4b99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/svg/element/fedropshadow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ svg {
_Value type_: [**\<number>**](/en-US/docs/Web/SVG/Content_type#number); _Default value_: `2`; _Animatable_: **yes**
- {{SVGAttr("stdDeviation")}}
- : This attribute defines the standard deviation for the blur operation in the drop shadow.
_Value type_: [**\<number>**](/en-US/docs/Web/SVG/Content_type#number); _Default value_: `2`; _Animatable_: **yes**
_Value type_: [**\<number-optional-number>**](/en-US/docs/Web/SVG/Content_type#number-optional-number); _Default value_: `2`; _Animatable_: **yes**

## Usage notes

Expand Down

0 comments on commit 4d4b99b

Please sign in to comment.