Return whether the bbox has changed since init.
(self)
| 1115 | self.invalidate() |
| 1116 | |
| 1117 | def mutated(self): |
| 1118 | """Return whether the bbox has changed since init.""" |
| 1119 | return self.mutatedx() or self.mutatedy() |
| 1120 | |
| 1121 | def mutatedx(self): |
| 1122 | """Return whether the x-limits have changed since init.""" |