svg_responsive_layout property

svg_responsive_layout property

True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise. Read/write bool.

Definition:

@property
def svg_responsive_layout(self):
    ...

@svg_responsive_layout.setter
def svg_responsive_layout(self, value):
    ...

See Also