feat(ivy): now supports SVG and MathML elements (#24377)

- Adds support for ivy creating SVG and MathML elements properly using
createElementNS

PR Close #24377
This commit is contained in:
Ben Lesh
2018-06-08 09:00:01 -07:00
committed by Miško Hevery
parent 5ef7a07c4b
commit 8c1ac28275
11 changed files with 273 additions and 7 deletions

View File

@ -58,6 +58,10 @@ export {
load as ld,
loadDirective as d,
namespaceHTML as NH,
namespaceMathML as NM,
namespaceSVG as NS,
projection as P,
projectionDef as pD,