previous_translate property

previous_translate property

The translation values from previous zoom operations that were in place before the zoom operation occurred. The SVGPoint object is read only.

Definition:

@property
def previous_translate(self):
    ...
@previous_translate.setter
def previous_translate(self, value):
    ...

See Also