If Graphics shape goes negative position, it's bounds are not calculated correctly. ```` var grap = new game.Graphics(); grap.drawRect(-50, -50, 200, 100); grap.addTo(this.stage); ```` 