( value )
| 17142 | } |
| 17143 | |
| 17144 | function setLineJoin( value ) { |
| 17145 | |
| 17146 | // "round", "bevel", "miter" |
| 17147 | |
| 17148 | if ( _contextLineJoin !== value ) { |
| 17149 | |
| 17150 | _context.lineJoin = value; |
| 17151 | _contextLineJoin = value; |
| 17152 | |
| 17153 | } |
| 17154 | |
| 17155 | } |
| 17156 | |
| 17157 | function setStrokeStyle( value ) { |
| 17158 |
no outgoing calls
no test coverage detected