TankutOner
Results
1
comments of
TankutOner
In my case I solved it like this: I commented out "canvas.getContext("2d").scale(ratio, ratio);" line. I gave the height and width manually. function resizeCanvas() { var ratio = Math.max(window.devicePixelRatio || 1,...