quick(ish) fix
This commit is contained in:
parent
5f7e5952fb
commit
e0b3fbe6fe
@ -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.svg_el.appendChild(this.mirror_el);
|
||||||
this.mirror_el.appendChild(this.mirror_path);
|
this.mirror_el.appendChild(this.mirror_path);
|
||||||
|
|
||||||
this.draw();
|
|
||||||
|
|
||||||
this.theme.start();
|
this.theme.start();
|
||||||
this.guide.start();
|
this.guide.start();
|
||||||
|
|
||||||
|
this.resize();
|
||||||
|
this.draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cursor
|
// Cursor
|
||||||
|
Loading…
Reference in New Issue
Block a user