From: 白雾三语 <32354856+baiwusanyu-c@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:46:56 +0000 (+0800) Subject: fix(shared): `feDistanceLight` changed to `feDistantLight` (#7540) X-Git-Tag: v3.2.46~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef85e7975084b05af00b60ecd171c83f251c6d5;p=thirdparty%2Fvuejs%2Fcore.git fix(shared): `feDistanceLight` changed to `feDistantLight` (#7540) close https://github.com/vuejs/core/issues/7535 --- diff --git a/packages/shared/src/domTagConfig.ts b/packages/shared/src/domTagConfig.ts index 916676dfbd..535aa6be71 100644 --- a/packages/shared/src/domTagConfig.ts +++ b/packages/shared/src/domTagConfig.ts @@ -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,' +