pex-gl/pex-gui

Is GUI scale broken?

vorg opened this issue · 1 comments

vorg commented

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)