diff --git a/test/core/getLocalBounds.js b/test/core/getLocalBounds.js index 5835b9f..d3d4404 100644 --- a/test/core/getLocalBounds.js +++ b/test/core/getLocalBounds.js @@ -38,9 +38,7 @@ const graphics = new PIXI.Graphics(); - graphics.beginFill(0xFF0000).drawCircle(0, 0, 10);// texture); - - graphics.scale.set(2); + graphics.beginFill(0xFF0000).drawCircle(0, 0, 10); parent.addChild(graphics); @@ -56,7 +54,7 @@ { const parent = new PIXI.Container(); - const container = new PIXI.Container();// Graphics().beginFill(0xFF0000).drawCircle(0, 0, 10, 10);//texture); + const container = new PIXI.Container(); parent.addChild(container); @@ -72,9 +70,9 @@ { const parent = new PIXI.Container(); - const container = new PIXI.Container();// Graphics().beginFill(0xFF0000).drawCircle(0, 0, 10, 10);//texture); + const container = new PIXI.Container(); - const graphics = new PIXI.Graphics().beginFill(0xFF0000).drawRect(0, 0, 10, 10);// texture); + const graphics = new PIXI.Graphics().beginFill(0xFF0000).drawRect(0, 0, 10, 10); parent.addChild(container); container.addChild(graphics);