tink icon indicating copy to clipboard operation
tink copied to clipboard

AntiAlias issue when use tink with scaleToWindow

Open linyan79 opened this issue 7 years ago • 0 comments

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

linyan79 avatar Feb 18 '18 16:02 linyan79