MCPcopy Create free account
hub / github.com/devforth/painterro / clearBackground

Method clearBackground

js/main.js:1467–1473  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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(

Callers 5

initEventHandlersMethod · 0.95
clearMethod · 0.95
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected