This commit is contained in:
Devine Lu Linvega
2018-05-18 15:45:56 +12:00
parent 86c56dd6b3
commit 148fffa73e
2 changed files with 10 additions and 10 deletions

View File

@@ -20,9 +20,9 @@ function Guide()
{
this.clear();
if(dotgrid.tool.index == 2){ this.draw_markers() ;this.draw_vertices() }
if(dotgrid.tool.index == 2){ this.draw_markers() ; this.draw_vertices() }
this.draw_path(new Generator(dotgrid.tool.layers[2]).toString({x:15,y:15},scale),dotgrid.tool.styles[2])
if(dotgrid.tool.index == 1){ this.draw_markers() ;this.draw_vertices() }
if(dotgrid.tool.index == 1){ this.draw_markers() ; this.draw_vertices() }
this.draw_path(new Generator(dotgrid.tool.layers[1]).toString({x:15,y:15},scale),dotgrid.tool.styles[1])
if(dotgrid.tool.index == 0){ this.draw_markers(); this.draw_vertices() }
this.draw_path(new Generator(dotgrid.tool.layers[0]).toString({x:15,y:15},scale),dotgrid.tool.styles[0])