( value )
| 10144 | } |
| 10145 | |
| 10146 | function setLineJoin( value ) { |
| 10147 | |
| 10148 | // "round", "bevel", "miter" |
| 10149 | |
| 10150 | if ( _contextLineJoin != value ) { |
| 10151 | |
| 10152 | _context.lineJoin = _contextLineJoin = value; |
| 10153 | |
| 10154 | } |
| 10155 | |
| 10156 | } |
| 10157 | |
| 10158 | function setStrokeStyle( style ) { |
| 10159 |
no outgoing calls
no test coverage detected