farthest_viewport_element property

farthest_viewport_element property

The farthest ancestor ‘svg’ element. Null if the current element is the outermost svg element.

Definition:

@property
def farthest_viewport_element(self):
    ...

See Also