Get the affine part of this transform.
(self)
| 1627 | return Bbox(self.transform(bbox.get_points())) |
| 1628 | |
| 1629 | def get_affine(self): |
| 1630 | """Get the affine part of this transform.""" |
| 1631 | return IdentityTransform() |
| 1632 | |
| 1633 | def get_matrix(self): |
| 1634 | """Get the matrix for the affine part of this transform.""" |