konvajs中的`drawFunc`和`sceneFunc`有什么区别

What's the difference between `drawFunc` and `sceneFunc` in konvajs

我检查了 Shape and the Line。它们都有 scensFunc,但是 Shape 在构造函数中有一个 drawFunc 参数。

drawFuncsceneFunc有区别吗?为什么 Shape 在构造函数中有一个 draw 函数对象?

drawFunc 已弃用并重命名为 sceneFunc。所以只需使用 sceneFunc.