diff --git a/desktop/sources/scripts/renderer.js b/desktop/sources/scripts/renderer.js index 247cb22..42043c7 100644 --- a/desktop/sources/scripts/renderer.js +++ b/desktop/sources/scripts/renderer.js @@ -10,7 +10,7 @@ function Renderer (dotgrid) { this.context = this.el.getContext('2d') this.showExtras = true - this.scale = window.devicePixelRatio + this.scale = 2 //window.devicePixelRatio this.start = function () { this.update()