MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / setStrokeStyle

Function setStrokeStyle

Three.js/js/Three66.js:17157–17166  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

17155 }
17156
17157 function setStrokeStyle( value ) {
17158
17159 if ( _contextStrokeStyle !== value ) {
17160
17161 _context.strokeStyle = value;
17162 _contextStrokeStyle = value;
17163
17164 }
17165
17166 }
17167
17168 function setFillStyle( value ) {
17169

Callers 3

renderSpriteFunction · 0.70
renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected