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

Function setLineCap

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

Source from the content-addressed store, hash-verified

16295 }
16296
16297 function setLineCap( value ) {
16298
16299 // "butt", "round", "square"
16300
16301 if ( _contextLineCap !== value ) {
16302
16303 _context.lineCap = value;
16304 _contextLineCap = value;
16305
16306 }
16307
16308 }
16309
16310 function setLineJoin( value ) {
16311

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected