From ce8823196034323f1613d87b52155543a9247f47 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 12 Aug 2018 09:42:19 -0300 Subject: Background behind ATB bar --- index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.js') diff --git a/index.js b/index.js index cbdd4fc..3e46f74 100644 --- a/index.js +++ b/index.js @@ -54,6 +54,9 @@ class ATBBar { ctx.clearRect(0, 0, this.canvas.width, this.canvas.height) ctx.save() + ctx.fillStyle = 'rgba(255, 255, 255, 0.2)' + ctx.fillRect(0, 0, this.canvas.width, this.canvas.height) + ctx.beginPath() ctx.rect(0, 0, Math.round(this.canvas.width * this.visualProgress), this.canvas.height) ctx.clip() -- cgit 1.3.0-6-gf8a5