Hello All,   We've run into an issue using gsap with Cocos Creator native builds.  It seems like some updates they've done recently has caused conflicts with gsap.  Previous versions of Cocos Creator had no issues.   From what I can tell, the Creator runtime dies when it hits:   _createSVG = function(type, container, attributes) { var element = _doc.createElementNS("http://www.w3.org/2000/svg", type), reg = /([a-z])([A-Z])/g, p; for (p in attributes)