Temporary

This commit is contained in:
Devine Lu Linvega 2019-03-27 10:38:59 +09:00
parent b506939ea8
commit be7147822c

View File

@ -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()