Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Actually i think that the problem is on line 667
var tspans = this.node.getElementsByTagNameNS(ORYX.CONFIG.NAMESPACE_SVG,
'tspan');
should be
var tspans = this.node.getElementsByTagNameNS("*", 'tspan');
Original comment by gasper.b...@gmail.com
on 1 Aug 2012 at 5:02
Original issue reported on code.google.com by
gasper.b...@gmail.com
on 1 Aug 2012 at 4:56