diff --git a/src/tags.js b/src/tags.js index 49f50313..853c7308 100644 --- a/src/tags.js +++ b/src/tags.js @@ -176,6 +176,7 @@ export const svgFilters = freeze([ 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', + 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', @@ -203,7 +204,6 @@ export const svgDisallowed = freeze([ 'color-profile', 'cursor', 'discard', - 'fedropshadow', 'font-face', 'font-face-format', 'font-face-name',