panda-engine
panda-engine copied to clipboard
Graphics bounds not calculated correctly
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);
