current_translate property

current_translate property

On an outermost svg element, the corresponding translation factor that takes into account user “magnification”. When accessed on an ‘svg’ element that is not an outermost svg element, it is undefined what behavior this attribute has.

Definition:

@property
def current_translate(self):
    ...

See Also