From: Igor Randjelovic Date: Sat, 21 Mar 2020 19:11:04 +0000 (+0100) Subject: fix(runtime-dom): invalid lineGradient svg tag (#863) X-Git-Tag: v3.0.0-alpha.10~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d425818901428ff919a0179fc910410cbcfa119b;p=thirdparty%2Fvuejs%2Fcore.git fix(runtime-dom): invalid lineGradient svg tag (#863) close #862 --- diff --git a/packages/shared/src/domTagConfig.ts b/packages/shared/src/domTagConfig.ts index 741774a1ac..26d64eb2c2 100644 --- a/packages/shared/src/domTagConfig.ts +++ b/packages/shared/src/domTagConfig.ts @@ -22,7 +22,7 @@ const SVG_TAGS = 'feDistanceLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' + 'feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,' + 'fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,' + - 'foreignObject,g,hatch,hatchpath,image,line,lineGradient,marker,mask,' + + 'foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,' + 'mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,' + 'polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,' + 'text,textPath,title,tspan,unknown,use,view'