raphael-example
raphael-example copied to clipboard
examples for https://github.com/2youyou2/ccc.raphael
ReferenceError: Can't find variable: _ccsg
Could you please update to work with cocos creator 2.0? Thanks
看了半天代码,好像没看到有接口啊
升级到1.6之后,报错。 ``` boot.js:358 Uncaught TypeError: m.func is not a function at Object.cc.require (boot.js:358) at __require (R.svg.js:1) at __define (R.svg.js:121) at Object.func (R.svg.js:158) at Object.cc.require (boot.js:358) at __require (R.group.js:1) at __define...
simplify.js中,this.path.fillColor = 'none'; this.path.lineWidth = 5; 这两行设置没有效果。线宽还是1px。 cc.Class({ extends: cc.Component, // use this for initialization onLoad: function () { this.path = this.addComponent('R.path'); this.path.fillColor = 'none'; this.path.lineWidth = 5; this.path.showHandles =...