Skip to content

Commit

Permalink
fix: give correct namespace in foreignObject (#11576)
Browse files Browse the repository at this point in the history
Fix #11575
  • Loading branch information
posva committed Mar 30, 2021
1 parent 7e5dc6b commit af5e05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/web/util/element.js
Expand Up @@ -26,7 +26,7 @@ export const isHTMLTag = makeMap(
// contain child elements.
export const isSVG = makeMap(
'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +
'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +
'foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +
'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',
true
)
Expand Down

0 comments on commit af5e05d

Please sign in to comment.