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

Function setLineCap

7DFPS/js/Three.js:16444–16455  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16442 }
16443
16444 function setLineCap( value ) {
16445
16446 // "butt", "round", "square"
16447
16448 if ( _contextLineCap !== value ) {
16449
16450 _context.lineCap = value;
16451 _contextLineCap = value;
16452
16453 }
16454
16455 }
16456
16457 function setLineJoin( value ) {
16458

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected