liuyg
2021-06-02 f4dc7f89877f5a969c8cfcbf32343568e41c2c4e
1
2
//>>built
define(["./_base","./canvas"],function(b,c){b=b.canvasext={};c.Surface.extend({getImageData:function(a){"pendingRender"in this&&this._render(!0);return this.rawNode.getContext("2d").getImageData(a.x,a.y,a.width,a.height)},getContext:function(){return this.rawNode.getContext("2d")}});return b});