* Get canvas element (needed by SelectionManager)
()
| 886 | * Get canvas element (needed by SelectionManager) |
| 887 | */ |
| 888 | public getCanvas(): HTMLCanvasElement { |
| 889 | return this.canvas; |
| 890 | } |
| 891 | |
| 892 | /** |
| 893 | * Set selection manager (for rendering selection) |
no outgoing calls
no test coverage detected