License
ReadMe.md
pyproject.toml
src/svg_path_editor/__init__.py
src/svg_path_editor/geometry.py
src/svg_path_editor/intersect.py
src/svg_path_editor/math.py
src/svg_path_editor/path_change_origin.py
src/svg_path_editor/path_offset.py
src/svg_path_editor/path_operations.py
src/svg_path_editor/path_parser.py
src/svg_path_editor/path_round_corners.py
src/svg_path_editor/path_shade.py
src/svg_path_editor/py.typed
src/svg_path_editor/sub_path_bounds.py
src/svg_path_editor/svg.py
src/svg_path_editor.egg-info/PKG-INFO
src/svg_path_editor.egg-info/SOURCES.txt
src/svg_path_editor.egg-info/dependency_links.txt
src/svg_path_editor.egg-info/requires.txt
src/svg_path_editor.egg-info/top_level.txt
tests/test_geometry.py
tests/test_math.py
tests/test_path.py
tests/test_path_bevel.py
tests/test_path_change_origin.py
tests/test_path_offset.py
tests/test_path_optimize.py
tests/test_path_parser.py
tests/test_path_reverse.py
tests/test_path_round_corners.py
tests/test_path_shade.py
tests/test_readme.py
tests/test_transform.py