Skip to content

Commit

Permalink
Merge pull request #795 from SelfMadeSystem/patch-1
Browse files Browse the repository at this point in the history
Moved feDropShadow to the svg filter allowlist
  • Loading branch information
cure53 authored Apr 27, 2023
2 parents 60202c7 + d507666 commit f3a5f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export const svgFilters = freeze([
'feDiffuseLighting',
'feDisplacementMap',
'feDistantLight',
'feDropShadow',
'feFlood',
'feFuncA',
'feFuncB',
Expand Down Expand Up @@ -203,7 +204,6 @@ export const svgDisallowed = freeze([
'color-profile',
'cursor',
'discard',
'fedropshadow',
'font-face',
'font-face-format',
'font-face-name',
Expand Down

0 comments on commit f3a5f0c

Please sign in to comment.