( value )
| 16082 | } |
| 16083 | |
| 16084 | function setLineJoin( value ) { |
| 16085 | |
| 16086 | // "round", "bevel", "miter" |
| 16087 | |
| 16088 | if ( _contextLineJoin !== value ) { |
| 16089 | |
| 16090 | _context.lineJoin = value; |
| 16091 | _contextLineJoin = value; |
| 16092 | |
| 16093 | } |
| 16094 | |
| 16095 | } |
| 16096 | |
| 16097 | function setStrokeStyle( value ) { |
| 16098 |
no outgoing calls
no test coverage detected