Removed dasharray

This commit is contained in:
Devine Lu Linvega
2018-05-08 21:15:40 +12:00
parent 320d166a27
commit 7540fb4f8a
4 changed files with 16 additions and 32 deletions

View File

@@ -127,6 +127,7 @@ function Guide()
this.draw_cursor = function(pos = dotgrid.cursor.pos,radius = 10)
{
console.log(pos)
var ctx = this.el.getContext('2d');
ctx.beginPath();
ctx.lineWidth = 3;