meet_or_slice property

meet_or_slice property

The type of the meet-or-slice value as specified by one of the SVG_MEETORSLICE_* constants defined on this interface.

Definition:

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

See Also