MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / setLineJoin

Function setLineJoin

Three.js/js/Three62dev.js:16310–16321  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16308 }
16309
16310 function setLineJoin( value ) {
16311
16312 // "round", "bevel", "miter"
16313
16314 if ( _contextLineJoin !== value ) {
16315
16316 _context.lineJoin = value;
16317 _contextLineJoin = value;
16318
16319 }
16320
16321 }
16322
16323 function setStrokeStyle( value ) {
16324

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected