smfoote/tornado

SVG doesn't work at all

Closed this issue · 1 comments

Because SVG requires an XML namespace, elements within the SVG element must be created within the appropriate namespace, using document.createElementNS. Hopefully this will only require a change to the compiler.

Fixed by #40