Skip to content

Commit bef85e7

Browse files
authored
fix(shared): feDistanceLight changed to feDistantLight (#7540)
close #7535
1 parent 4c6176d commit bef85e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/domTagConfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SVG_TAGS =
1919
'svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,' +
2020
'defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,' +
2121
'feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,' +
22-
'feDistanceLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' +
22+
'feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' +
2323
'feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,' +
2424
'fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,' +
2525
'foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,' +

0 commit comments

Comments
 (0)