MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / export_svg

Function export_svg

SLiCAP/schematic/export.py:676–677  ·  view source on GitHub ↗
(scene, output_path: Path, title: str = "")

Source from the content-addressed store, hash-verified

674
675
676def export_svg(scene, output_path: Path, title: str = "") -> None:
677 output_path.write_bytes(_build_svg(scene, title))
678
679
680def export_pdf(scene, output_path: Path) -> None:

Callers 2

cmd_svgFunction · 0.85
_on_export_svgMethod · 0.85

Calls 1

_build_svgFunction · 0.85

Tested by

no test coverage detected