()
| 1465 | } |
| 1466 | |
| 1467 | clearBackground() { |
| 1468 | this.ctx.beginPath(); |
| 1469 | this.ctx.clearRect(0, 0, this.size.w, this.size.h); |
| 1470 | this.ctx.rect(0, 0, this.size.w, this.size.h); |
| 1471 | this.ctx.fillStyle = this.currentBackground; |
| 1472 | this.ctx.fill(); |
| 1473 | } |
| 1474 | |
| 1475 | setColor(options){ |
| 1476 | this.doc.querySelector( |
no outgoing calls
no test coverage detected