intercellular / cell

A self-driving web app framework

Home Page:https://www.celljs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distinguish between SVG <text> elements and normal text

nthcolumn opened this issue · comments

$text needs to render node when it is svg and a html text node otherwise.

This has been fixed with #164

Nice example by @nthcolumn https://jsfiddle.net/o4bck4eh/ thanks for reporting and coming up with the example!