quick(ish) fix

This commit is contained in:
cantbesure1 2017-11-12 12:26:23 -08:00
parent 5f7e5952fb
commit e0b3fbe6fe

View File

@ -105,10 +105,11 @@ function Dotgrid(width,height,grid_x,grid_y,block_x,block_y,thickness = 3,lineca
this.svg_el.appendChild(this.mirror_el);
this.mirror_el.appendChild(this.mirror_path);
this.draw();
this.theme.start();
this.guide.start();
this.resize();
this.draw();
}
// Cursor