MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / setLineJoin

Function setLineJoin

Three.js/js/Three59dev.js:16084–16095  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16082 }
16083
16084 function setLineJoin( value ) {
16085
16086 // "round", "bevel", "miter"
16087
16088 if ( _contextLineJoin !== value ) {
16089
16090 _context.lineJoin = value;
16091 _contextLineJoin = value;
16092
16093 }
16094
16095 }
16096
16097 function setStrokeStyle( value ) {
16098

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected