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

Function setStrokeStyle

Three.js/js/Three62.js:16365–16374  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16363 }
16364
16365 function setStrokeStyle( value ) {
16366
16367 if ( _contextStrokeStyle !== value ) {
16368
16369 _context.strokeStyle = value;
16370 _contextStrokeStyle = value;
16371
16372 }
16373
16374 }
16375
16376 function setFillStyle( value ) {
16377

Callers 3

renderSpriteFunction · 0.70
renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected