fix: default background is rendered all the time

backup
flop 3 weeks ago
parent 85ca7dd318
commit 96d9123f19
  1. 3
      ts/src/renderer.ts

@ -96,6 +96,9 @@ export class MonoDisplayRenderer {
let cleared = false;
let elementId = 0;
// default off
this.ctx.fillStyle = this.opts.offColor;
this.ctx.fillRect(0, 0, this.ctx.canvas.width, this.ctx.canvas.height);
for (const section of file.sections) {
if (section.sectionType === SectionType.ElementsTimespan) {

Loading…
Cancel
Save