Fabric.js loadFromJSON()方法未定义

时间:2013-10-08 23:44:55

标签: javascript jquery fabricjs

我在一个类中编写了这个函数:

this.loadCanvas = function(json) {
    // parse the data into the canvas
    stage.loadFromJSON(json);

    // re-render the canvas
    stage.renderAll();
}

其中舞台是新的织物对象。

但在浏览器中显示此错误:

Uncaught TypeError: Cannot call method 'loadFromJSON' of undefined

请告诉我该如何解决这个问题?

0 个答案:

没有答案