Browse Source

fix(runtime-dom): invalid lineGradient svg tag (#863)

close #862
Igor Randjelovic 6 years ago
parent
commit
d425818901
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/shared/src/domTagConfig.ts

+ 1 - 1
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'