dntzhang / cax

Canvas 渲染引擎,支持 SVG,兼容了小程序、小游戏和 Web

Home Page:https://dntzhang.github.io/cax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

小程序new cax.Circle 和 new cax.Text实例都无法触发事件,咋回事捏

christal1994 opened this issue · comments

小程序new cax.Circle 和 new cax.Text实例都无法触发事件,咋回事捏

以及Graphics的实例也不行

因为是 stage.hitAABB = true
所以需要设置 width和height

谢谢咯!