]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(runtime-dom): invalid lineGradient svg tag (#863)
authorIgor Randjelovic <rigor789@gmail.com>
Sat, 21 Mar 2020 19:11:04 +0000 (20:11 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2020 19:11:04 +0000 (15:11 -0400)
close #862

packages/shared/src/domTagConfig.ts

index 741774a1ac9d4b55e8901f389a582d9d633937bf..26d64eb2c293d5c7aed54504b35a2db595008748 100644 (file)
@@ -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'