mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-18 00:31:00 -05:00
Disable transparency
This commit is contained in:
parent
c91962b357
commit
f6d4b255f0
@ -29,6 +29,7 @@ export default class CanvasBuilder {
|
|||||||
const origin = [15, 65];
|
const origin = [15, 65];
|
||||||
const size = [1300, 630];
|
const size = [1300, 630];
|
||||||
const nodeWidth = size[0] / (data.length - 1);
|
const nodeWidth = size[0] / (data.length - 1);
|
||||||
|
this.ctx.globalAlpha = 1;
|
||||||
this.ctx.fillStyle = this.palette.background;
|
this.ctx.fillStyle = this.palette.background;
|
||||||
this.ctx.fillRect(0, 0, this.canvas.width, this.canvas.height);
|
this.ctx.fillRect(0, 0, this.canvas.width, this.canvas.height);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user