( value )
| 16326 | } |
| 16327 | |
| 16328 | function setLineWidth( value ) { |
| 16329 | |
| 16330 | if ( _contextLineWidth !== value ) { |
| 16331 | |
| 16332 | _context.lineWidth = value; |
| 16333 | _contextLineWidth = value; |
| 16334 | |
| 16335 | } |
| 16336 | |
| 16337 | } |
| 16338 | |
| 16339 | function setLineCap( value ) { |
| 16340 |
no outgoing calls
no test coverage detected