(w1, w2, ctx)
| 276 | } |
| 277 | |
| 278 | function _ctx_graph_lineWidth(w1, w2, ctx) { |
| 279 | if (w1 === undefined) { |
| 280 | w1 = _ctx && _ctx.state && _ctx.state.strokewidth || 1.0; |
| 281 | } |
| 282 | ctx.lineWidth = w1 + w2 || 0; |
| 283 | } |
| 284 | |
| 285 | /*--- GRAPH NODE -----------------------------------------------------------------------------------*/ |
| 286 |
no outgoing calls
no test coverage detected
searching dependent graphs…