( value )
| 16262 | } |
| 16263 | |
| 16264 | function setLineJoin( value ) { |
| 16265 | |
| 16266 | // "round", "bevel", "miter" |
| 16267 | |
| 16268 | if ( _contextLineJoin !== value ) { |
| 16269 | |
| 16270 | _context.lineJoin = value; |
| 16271 | _contextLineJoin = value; |
| 16272 | |
| 16273 | } |
| 16274 | |
| 16275 | } |
| 16276 | |
| 16277 | function setStrokeStyle( value ) { |
| 16278 |
no outgoing calls
no test coverage detected