( value )
| 17118 | } |
| 17119 | |
| 17120 | function setLineWidth( value ) { |
| 17121 | |
| 17122 | if ( _contextLineWidth !== value ) { |
| 17123 | |
| 17124 | _context.lineWidth = value; |
| 17125 | _contextLineWidth = value; |
| 17126 | |
| 17127 | } |
| 17128 | |
| 17129 | } |
| 17130 | |
| 17131 | function setLineCap( value ) { |
| 17132 |
no outgoing calls
no test coverage detected