Skip to content

AntiAlias issue when use tink with scaleToWindow #14

@linyan79

Description

@linyan79

I use tink with scaleToWindow together. However if the window is resized, the sprite shows bad with wrong anti-alias way after it's dragged.
I changed line 129 and 132 and fix the issue.
get x() {
return Math.round(this._x / this.scale);
},
get y() {
return Math.round(this._y / this.scale);
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions