Merge pull request #14 from cantbesure1/master

quick(ish) fix
This commit is contained in:
Лu Лinveгa 2017-11-13 09:37:22 +13:00 committed by GitHub
commit 091c843459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,10 +100,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