MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / setLineCap

Function setLineCap

webgl/js/three.min.js:12459–12470  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

12457 }
12458
12459 function setLineCap( value ) {
12460
12461 // "butt", "round", "square"
12462
12463 if ( _contextLineCap !== value ) {
12464
12465 _context.lineCap = value;
12466 _contextLineCap = value;
12467
12468 }
12469
12470 }
12471
12472 function setLineJoin( value ) {
12473

Callers 2

renderLineFunction · 0.85
strokePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected