patch(renderer): make `glyph` not an svg element
This is required because of a conflict with an internal project. This will go away soon as we are working on a proper SVG support..
This commit is contained in:
parent
5fecb3b3f2
commit
e6bf33efbf
|
@ -86,7 +86,10 @@ const SVG_ELEMENT_NAMES = CONST_EXPR({
|
||||||
'font-face-uri': true,
|
'font-face-uri': true,
|
||||||
'foreignObject': true,
|
'foreignObject': true,
|
||||||
'g': true,
|
'g': true,
|
||||||
'glyph': true,
|
// TODO(tbosch): this needs to be disabled
|
||||||
|
// because of an internal project.
|
||||||
|
// We will fix SVG soon, so this will go away...
|
||||||
|
// 'glyph': true,
|
||||||
'glyphRef': true,
|
'glyphRef': true,
|
||||||
'hkern': true,
|
'hkern': true,
|
||||||
'image': true,
|
'image': true,
|
||||||
|
|
Loading…
Reference in New Issue