( value )
| 16431 | } |
| 16432 | |
| 16433 | function setLineWidth( value ) { |
| 16434 | |
| 16435 | if ( _contextLineWidth !== value ) { |
| 16436 | |
| 16437 | _context.lineWidth = value; |
| 16438 | _contextLineWidth = value; |
| 16439 | |
| 16440 | } |
| 16441 | |
| 16442 | } |
| 16443 | |
| 16444 | function setLineCap( value ) { |
| 16445 |
no outgoing calls
no test coverage detected