( value )
| 16238 | } |
| 16239 | |
| 16240 | function setLineWidth( value ) { |
| 16241 | |
| 16242 | if ( _contextLineWidth !== value ) { |
| 16243 | |
| 16244 | _context.lineWidth = value; |
| 16245 | _contextLineWidth = value; |
| 16246 | |
| 16247 | } |
| 16248 | |
| 16249 | } |
| 16250 | |
| 16251 | function setLineCap( value ) { |
| 16252 |
no outgoing calls
no test coverage detected