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

Function setLineCap

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

Source from the content-addressed store, hash-verified

16069 }
16070
16071 function setLineCap( value ) {
16072
16073 // "butt", "round", "square"
16074
16075 if ( _contextLineCap !== value ) {
16076
16077 _context.lineCap = value;
16078 _contextLineCap = value;
16079
16080 }
16081
16082 }
16083
16084 function setLineJoin( value ) {
16085

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected