write_as_svg method

write_as_svg

Saves content of Shape as SVG file.

def write_as_svg(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseTarget stream

write_as_svg

Saves content of Shape as SVG file.

def write_as_svg(self, stream, svg_options):
    ...
ParameterTypeDescription
streamio.RawIOBaseTarget stream
svg_optionsISVGOptionsSVG generation options

See Also