Improved picker

This commit is contained in:
Devine Lu Linvega
2018-09-17 13:48:39 +12:00
parent b4359518b9
commit 556b6aba40
3 changed files with 30 additions and 49 deletions

View File

@@ -183,7 +183,7 @@ function Guide()
ctx.lineTo((dotgrid.cursor.translation.to.x * this.scale),(dotgrid.cursor.translation.to.y * this.scale));
ctx.lineCap="round";
ctx.lineWidth = 5;
ctx.strokeStyle = dotgrid.theme.active.b_inv;
ctx.strokeStyle = dotgrid.theme.active.f_low;
ctx.setLineDash([5,10]);
ctx.stroke();
ctx.closePath();