Re-Implement all paths drawing
This commit is contained in:
@@ -223,6 +223,16 @@ function Tool()
|
||||
dotgrid.guide.refresh();
|
||||
}
|
||||
|
||||
// Toggles
|
||||
|
||||
this.toggle_mirror = function()
|
||||
{
|
||||
this.style().mirror_style = this.style().mirror_style > 1 ? 0 : this.style().mirror_style+1;
|
||||
|
||||
dotgrid.guide.refresh();
|
||||
dotgrid.interface.refresh(true);
|
||||
}
|
||||
|
||||
// Style
|
||||
|
||||
this.style = function()
|
||||
|
||||
Reference in New Issue
Block a user