LICENSE
README.md
pyproject.toml
tests/test_alignment.py
tests/test_chinese.py
tests/test_code_blocks.py
tests/test_columns.py
tests/test_converter.py
tests/test_images.py
tests/test_inline_math.py
tests/test_links.py
tests/test_math.py
tests/test_paragraph_detection.py
tests/test_path_pipeline.py
tests/test_pinit.py
tests/test_svg_parser.py
tests/test_svg_to_pptx.py
tests/test_table.py
tests/test_text_positioning.py
typ2pptx/__init__.py
typ2pptx/__main__.py
typ2pptx.egg-info/PKG-INFO
typ2pptx.egg-info/SOURCES.txt
typ2pptx.egg-info/dependency_links.txt
typ2pptx.egg-info/entry_points.txt
typ2pptx.egg-info/requires.txt
typ2pptx.egg-info/top_level.txt
typ2pptx/core/__init__.py
typ2pptx/core/converter.py
typ2pptx/core/typst_svg_parser.py
typ2pptx/scripts/__init__.py
typ2pptx/scripts/svg_to_shapes.py
typ2pptx/scripts/svg_to_pptx/__init__.py
typ2pptx/scripts/svg_to_pptx/drawingml_context.py
typ2pptx/scripts/svg_to_pptx/drawingml_converter.py
typ2pptx/scripts/svg_to_pptx/drawingml_elements.py
typ2pptx/scripts/svg_to_pptx/drawingml_paths.py
typ2pptx/scripts/svg_to_pptx/drawingml_styles.py
typ2pptx/scripts/svg_to_pptx/drawingml_utils.py
typ2pptx/scripts/svg_to_pptx/tspan_flattener.py
typ2pptx/scripts/svg_to_pptx/use_expander.py