( value )
| 10122 | } |
| 10123 | |
| 10124 | function setLineWidth( value ) { |
| 10125 | |
| 10126 | if ( _contextLineWidth != value ) { |
| 10127 | |
| 10128 | _context.lineWidth = _contextLineWidth = value; |
| 10129 | |
| 10130 | } |
| 10131 | |
| 10132 | } |
| 10133 | |
| 10134 | function setLineCap( value ) { |
| 10135 |
no outgoing calls
no test coverage detected