diff --git a/src/core/display/Container.js b/src/core/display/Container.js index 2914d38..34931bb 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -471,7 +471,7 @@ renderer.currentRenderer.flush(); // push filter first as we need to ensure the stencil buffer is correct for any masking - if (this._filters) + if (this._filters && this._filters.length) { renderer.filterManager.pushFilter(this, this._filters); }