*
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user