Return the canvas width and height in display coords.
(self)
| 615 | return True |
| 616 | |
| 617 | def get_canvas_width_height(self): |
| 618 | """Return the canvas width and height in display coords.""" |
| 619 | return 1, 1 |
| 620 | |
| 621 | def get_texmanager(self): |
| 622 | """Return the `.TexManager` instance.""" |
no outgoing calls