( value )
| 14589 | } |
| 14590 | |
| 14591 | function setLineWidth( value ) { |
| 14592 | |
| 14593 | if ( _contextLineWidth !== value ) { |
| 14594 | |
| 14595 | _context.lineWidth = value; |
| 14596 | _contextLineWidth = value; |
| 14597 | |
| 14598 | } |
| 14599 | |
| 14600 | } |
| 14601 | |
| 14602 | function setLineCap( value ) { |
| 14603 |
no outgoing calls
no test coverage detected