( value )
| 14613 | } |
| 14614 | |
| 14615 | function setLineJoin( value ) { |
| 14616 | |
| 14617 | // "round", "bevel", "miter" |
| 14618 | |
| 14619 | if ( _contextLineJoin !== value ) { |
| 14620 | |
| 14621 | _context.lineJoin = value; |
| 14622 | _contextLineJoin = value; |
| 14623 | |
| 14624 | } |
| 14625 | |
| 14626 | } |
| 14627 | |
| 14628 | function setStrokeStyle( value ) { |
| 14629 |
no outgoing calls
no test coverage detected