panda-engine icon indicating copy to clipboard operation
panda-engine copied to clipboard

Graphics bounds not calculated correctly

Open ekelokorpi opened this issue 7 years ago • 0 comments

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);

screen shot 2018-07-26 at 15 56 05

ekelokorpi avatar Jul 26 '18 12:07 ekelokorpi