chore: remove stroke blur from grid
This commit is contained in:
parent
28d3ce6cc3
commit
0d2e34fd4d
@ -28,9 +28,6 @@ const Grid = function(canvas) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.neonRect = (x, y, w, h) => {
|
this.neonRect = (x, y, w, h) => {
|
||||||
this.ctx.globalCompositeOperation = 'lighter';
|
|
||||||
this.ctx.shadowColor = "#fff";
|
|
||||||
this.ctx.shadowBlur = 10;
|
|
||||||
this.ctx.strokeStyle= "#fff";
|
this.ctx.strokeStyle= "#fff";
|
||||||
this.ctx.lineWidth = 5;
|
this.ctx.lineWidth = 5;
|
||||||
this.ctx.strokeRect(x, y, w, h);
|
this.ctx.strokeRect(x, y, w, h);
|
||||||
|
Loading…
Reference in New Issue
Block a user