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:
Tobias Bosch 2015-11-10 11:50:33 -08:00
parent 5fecb3b3f2
commit e6bf33efbf
1 changed files with 4 additions and 1 deletions

View File

@ -86,7 +86,10 @@ const SVG_ELEMENT_NAMES = CONST_EXPR({
'font-face-uri': true,
'foreignObject': 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,
'hkern': true,
'image': true,