Return the `~.transforms.Transform` applied to the `Patch`.
(self)
| 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`.""" |
| 315 | return self.get_patch_transform() + artist.Artist.get_transform(self) |
| 316 | |
| 317 | def get_data_transform(self): |
| 318 | """ |
no test coverage detected