Open jsantell opened 6 years ago
We should pass in a third argument for setSize as false so we explicitly do not attempt to update the canvas styling: this.renderer.setSize(viewport.width, viewport.height, false);
setSize
false
this.renderer.setSize(viewport.width, viewport.height, false);
We should pass in a third argument for
setSize
asfalse
so we explicitly do not attempt to update the canvas styling:this.renderer.setSize(viewport.width, viewport.height, false);