Return whether y values increase from top to bottom. Note that this only affects drawing of texts.
(self)
| 607 | return w, h, d |
| 608 | |
| 609 | def flipy(self): |
| 610 | """ |
| 611 | Return whether y values increase from top to bottom. |
| 612 | |
| 613 | Note that this only affects drawing of texts. |
| 614 | """ |
| 615 | return True |
| 616 | |
| 617 | def get_canvas_width_height(self): |
| 618 | """Return the canvas width and height in display coords.""" |
no outgoing calls
no test coverage detected