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

Function executeContextStroke

examples/js/processing.js:6915–6923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6913 };
6914
6915 function executeContextStroke() {
6916 if(doStroke) {
6917 if(isStrokeDirty) {
6918 curContext.strokeStyle = p.color.toString(currentStrokeColor);
6919 isStrokeDirty = false;
6920 }
6921 curContext.stroke();
6922 }
6923 }
6924
6925 p.noStroke = function noStroke() {
6926 doStroke = false;

Callers 1

processing.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected