( value )
| 16350 | } |
| 16351 | |
| 16352 | function setLineJoin( value ) { |
| 16353 | |
| 16354 | // "round", "bevel", "miter" |
| 16355 | |
| 16356 | if ( _contextLineJoin !== value ) { |
| 16357 | |
| 16358 | _context.lineJoin = value; |
| 16359 | _contextLineJoin = value; |
| 16360 | |
| 16361 | } |
| 16362 | |
| 16363 | } |
| 16364 | |
| 16365 | function setStrokeStyle( value ) { |
| 16366 |
no outgoing calls
no test coverage detected