MCPcopy Index your code
hub / github.com/corbanbrook/dsp.js / executeContextFill

Function executeContextFill

examples/js/processing.js:6886–6894  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6884 };
6885
6886 function executeContextFill() {
6887 if(doFill) {
6888 if(isFillDirty) {
6889 curContext.fillStyle = p.color.toString(currentFillColor);
6890 isFillDirty = false;
6891 }
6892 curContext.fill();
6893 }
6894 }
6895
6896 p.noFill = function noFill() {
6897 doFill = false;

Callers 1

processing.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected