This commit is contained in:
Devine Lu Linvega
2018-05-17 10:53:29 +12:00
parent 8ebda9c278
commit 4f2d215b5e
2 changed files with 1 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ function Dotgrid(width,height,grid_x,grid_y,block_x,block_y)
});
}
this.render = function(content = this.renderer.to_png(), ready = null, size = null)
this.render = function(content = this.renderer.to_png({width:dotgrid.tool.settings.size.width*2,height:dotgrid.tool.settings.size.height*2}), ready = null, size = null)
{
if(!ready){return; }