Return the `Patch`'s axis-aligned extents as a `~.transforms.Bbox`.
(self)
| 305 | self._transformSet = other.is_transform_set() |
| 306 | |
| 307 | def get_extents(self): |
| 308 | """ |
| 309 | Return the `Patch`'s axis-aligned extents as a `~.transforms.Bbox`. |
| 310 | """ |
| 311 | return self.get_path().get_extents(self.get_transform()) |
| 312 | |
| 313 | def get_transform(self): |
| 314 | """Return the `~.transforms.Transform` applied to the `Patch`.""" |
no test coverage detected