vorg opened this issue 6 years ago · 1 comments
Not sure how to enable retina rendering
Currently using the parent pixel ratio:const pixelRatio = this._ctx.pixelRatio and scaling ctx.scale(scale * pixelRatio, scale * pixelRatio)
const pixelRatio = this._ctx.pixelRatio
ctx.scale(scale * pixelRatio, scale * pixelRatio)