Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(shared): feDistanceLight changed to feDistantLight (#7540)
close #7535
  • Loading branch information
baiwusanyu-c committed Jan 16, 2023
1 parent 4c6176d commit bef85e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/domTagConfig.ts
Expand Up @@ -19,7 +19,7 @@ const SVG_TAGS =
'svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,' +
'defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,' +
'feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,' +
'feDistanceLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' +
'feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' +
'feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,' +
'fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,' +
'foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,' +
Expand Down

0 comments on commit bef85e7

Please sign in to comment.