Skip to content

Graphics bounds not calculated correctly #199

@ekelokorpi

Description

@ekelokorpi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions