Various improvements to Dotgrid.

This commit is contained in:
Devine Lu Linvega
2017-12-27 11:12:23 +13:00
parent b93db5b0cd
commit 43013b2f81
5 changed files with 26 additions and 47 deletions

View File

@@ -119,7 +119,7 @@ function Guide()
ctx.lineTo((to.x * -2)+20,(to.y * 2)+20);
ctx.lineCap="round";
ctx.lineWidth = 5;
ctx.strokeStyle = dotgrid.theme.active.f_high;
ctx.strokeStyle = dotgrid.theme.active.f_inv;
ctx.stroke();
ctx.closePath();
}