( value )
| 16308 | } |
| 16309 | |
| 16310 | function setLineJoin( value ) { |
| 16311 | |
| 16312 | // "round", "bevel", "miter" |
| 16313 | |
| 16314 | if ( _contextLineJoin !== value ) { |
| 16315 | |
| 16316 | _context.lineJoin = value; |
| 16317 | _contextLineJoin = value; |
| 16318 | |
| 16319 | } |
| 16320 | |
| 16321 | } |
| 16322 | |
| 16323 | function setStrokeStyle( value ) { |
| 16324 |
no outgoing calls
no test coverage detected