zoom_and_pan method

zoom_and_pan

Sets the ‘zoomAndPan’ attribute of the SVG element. This attribute controls whether the SVG content can be zoomed and panned.

Returns

The SVGSVGElementBuilder instance for chaining.

def zoom_and_pan(self, value):
    ...
ParameterTypeDescription
valuestrThe zoom and pan behavior (e.g., “magnify”).

See Also