diff options
-rw-r--r-- | img/bg.kra | bin | 548436 -> 548440 bytes | |||
-rw-r--r-- | img/bg.kra~ | bin | 0 -> 548436 bytes | |||
-rw-r--r-- | index.js | 3 |
3 files changed, 3 insertions, 0 deletions
diff --git a/img/bg.kra b/img/bg.kra index 24b56d1..c798aac 100644 --- a/img/bg.kra +++ b/img/bg.kra Binary files differdiff --git a/img/bg.kra~ b/img/bg.kra~ new file mode 100644 index 0000000..24b56d1 --- /dev/null +++ b/img/bg.kra~ Binary files differdiff --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() |