diff --git a/src/extras/cacheAsBitmap.js b/src/extras/cacheAsBitmap.js index 70ed184..18043a7 100644 --- a/src/extras/cacheAsBitmap.js +++ b/src/extras/cacheAsBitmap.js @@ -280,7 +280,7 @@ // need to set // const m = _tempMatrix; - this.transform.worldTransform.copy(m); + this.transform.localTransform.copy(m); m.invert(); m.tx -= bounds.x;