Skip to content

Commit d425818

Browse files
authored
fix(runtime-dom): invalid lineGradient svg tag (#863)
close #862
1 parent a3601e9 commit d425818

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
@@ -22,7 +22,7 @@ const SVG_TAGS =
2222
'feDistanceLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' +
2323
'feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,' +
2424
'fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,' +
25-
'foreignObject,g,hatch,hatchpath,image,line,lineGradient,marker,mask,' +
25+
'foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,' +
2626
'mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,' +
2727
'polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,' +
2828
'text,textPath,title,tspan,unknown,use,view'

0 commit comments

Comments
 (0)