( value )
| 16284 | } |
| 16285 | |
| 16286 | function setLineWidth( value ) { |
| 16287 | |
| 16288 | if ( _contextLineWidth !== value ) { |
| 16289 | |
| 16290 | _context.lineWidth = value; |
| 16291 | _contextLineWidth = value; |
| 16292 | |
| 16293 | } |
| 16294 | |
| 16295 | } |
| 16296 | |
| 16297 | function setLineCap( value ) { |
| 16298 |
no outgoing calls
no test coverage detected