mustang2247 / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

className not implemented #458

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can't access el.className property of an svg element.

For now, I appear to be able to get arround reading this property with:

el._nodeXML.attributes["class"].value

Original issue reported on code.google.com by DeclanMB...@gmail.com on 24 Feb 2010 at 9:04

GoogleCodeExporter commented 8 years ago
That's a dangerous work around BTW.

Original comment by bradneub...@gmail.com on 8 Apr 2010 at 10:20

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 9 Apr 2010 at 2:45