()
| 588 | } |
| 589 | |
| 590 | resize(){ |
| 591 | this.canvas.width = window.innerWidth; |
| 592 | this.canvas.height = window.innerHeight; |
| 593 | this.render(); |
| 594 | } |
| 595 | |
| 596 | render(save = false){ |
| 597 | this.graph.render( this.nodes, this.activeNode, this.activeCtrl, this.ghosts.paths ); |