( value )
| 16455 | } |
| 16456 | |
| 16457 | function setLineJoin( value ) { |
| 16458 | |
| 16459 | // "round", "bevel", "miter" |
| 16460 | |
| 16461 | if ( _contextLineJoin !== value ) { |
| 16462 | |
| 16463 | _context.lineJoin = value; |
| 16464 | _contextLineJoin = value; |
| 16465 | |
| 16466 | } |
| 16467 | |
| 16468 | } |
| 16469 | |
| 16470 | function setStrokeStyle( value ) { |
| 16471 |
no outgoing calls
no test coverage detected