sec_interp.exporters.svg_exporter module

class sec_interp.exporters.svg_exporter.SVGExporter(settings: dict[str, Any])[source]

Bases: BaseExporter

Exporter for SVG vector format.

export(output_path: Path, map_settings) bool[source]

Export map to SVG.

Parameters:
  • output_path – Output file path

  • map_settings – QgsMapSettings instance configured for rendering

Returns:

True if export successful, False otherwise

get_supported_extensions() list[str][source]

Get supported SVG extension.