We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0f714 commit cf38fd4Copy full SHA for cf38fd4
src/easeljs/display/StageGL.js
@@ -2627,7 +2627,7 @@ this.createjs = this.createjs||{};
2627
}
2628
2629
if(!this._directDraw && (!ignoreCache && item.cacheCanvas === null && item.filters !== null && item.filters.length)) {
2630
- var bounds;
+ var bounds = null;
2631
if (item.bitmapCache === null) {
2632
bounds = item.getBounds();
2633
item.bitmapCache = new createjs.BitmapCache();
0 commit comments