( value )
| 16058 | } |
| 16059 | |
| 16060 | function setLineWidth( value ) { |
| 16061 | |
| 16062 | if ( _contextLineWidth !== value ) { |
| 16063 | |
| 16064 | _context.lineWidth = value; |
| 16065 | _contextLineWidth = value; |
| 16066 | |
| 16067 | } |
| 16068 | |
| 16069 | } |
| 16070 | |
| 16071 | function setLineCap( value ) { |
| 16072 |
no outgoing calls
no test coverage detected