| width:${this._viewer.canvas.width}px; | width:${this._viewer.canvas.width}px; | ||||
| height:${this._viewer.canvas.height}px; | height:${this._viewer.canvas.height}px; | ||||
| ` | ` | ||||
| document.body.appendChild(this._canvas) | |||||
| this._viewer.dcContainer.appendChild(this._canvas) | |||||
| } | } | ||||
| /** | /** |