Return the path of the ellipse.
(self)
| 1762 | .translate(*center) |
| 1763 | |
| 1764 | def get_path(self): |
| 1765 | """Return the path of the ellipse.""" |
| 1766 | return self._path |
| 1767 | |
| 1768 | def get_patch_transform(self): |
| 1769 | self._recompute_transform() |
no outgoing calls