We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3601e9 commit d425818Copy full SHA for d425818
packages/shared/src/domTagConfig.ts
@@ -22,7 +22,7 @@ const SVG_TAGS =
22
'feDistanceLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' +
23
'feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,' +
24
'fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,' +
25
- 'foreignObject,g,hatch,hatchpath,image,line,lineGradient,marker,mask,' +
+ 'foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,' +
26
'mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,' +
27
'polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,' +
28
'text,textPath,title,tspan,unknown,use,view'
0 commit comments