.gitignore
.travis.yml
LICENSE
README.md
dev-requirements.in
dev-requirements.txt
precommit.sh
requirements.txt
setup.cfg
setup.py
docs/contributing.md
src/picosvg/__init__.py
src/picosvg/_version.py
src/picosvg/arc_to_cubic.py
src/picosvg/geometric_types.py
src/picosvg/picosvg.py
src/picosvg/py.typed
src/picosvg/svg.py
src/picosvg/svg_meta.py
src/picosvg/svg_path_iter.py
src/picosvg/svg_pathops.py
src/picosvg/svg_reuse.py
src/picosvg/svg_transform.py
src/picosvg/svg_types.py
src/picosvg.egg-info/PKG-INFO
src/picosvg.egg-info/SOURCES.txt
src/picosvg.egg-info/dependency_links.txt
src/picosvg.egg-info/entry_points.txt
src/picosvg.egg-info/requires.txt
src/picosvg.egg-info/top_level.txt
tests/arc_to_cubic_test.py
tests/arcs-before.svg
tests/arcs-nano.svg
tests/bad-defs-0.svg
tests/bad-defs-1.svg
tests/clip-curves-clipped.svg
tests/clip-curves.svg
tests/clip-ellipse-clipped.svg
tests/clip-ellipse.svg
tests/clip-groups-clipped.svg
tests/clip-groups.svg
tests/clip-multirect-clipped.svg
tests/clip-multirect.svg
tests/clip-rect-clipped.svg
tests/clip-rect.svg
tests/clip-use-clipped.svg
tests/clip-use.svg
tests/emoji_u1f469_1f3fd_200d_1f91d_200d_1f468_1f3fb.svg
tests/geometric_types_test.py
tests/good-defs-0.svg
tests/group-data-name-after.svg
tests/group-data-name-before.svg
tests/group-stroke-before.svg
tests/group-stroke-nano.svg
tests/invisible-after.svg
tests/invisible-before.svg
tests/invisible-nano.svg
tests/matrix-before.svg
tests/matrix-nano.svg
tests/rotated-rect-after.svg
tests/rotated-rect.svg
tests/stroke-capjoinmiterlimit-after.svg
tests/stroke-capjoinmiterlimit-before.svg
tests/stroke-simplepath-after.svg
tests/stroke-simplepath-before.svg
tests/svg_pathops_test.py
tests/svg_reuse_test.py
tests/svg_test.py
tests/svg_test_helpers.py
tests/svg_transform_test.py
tests/svg_types_test.py
tests/transform-before.svg
tests/transform-nano.svg
tests/ungroup-after.svg
tests/ungroup-before.svg
tests/ungroup-multiple-children-after.svg
tests/ungroup-multiple-children-before.svg
tests/ungroup-multiple-children-nano.svg
tests/ungroup-nano.svg
tests/use-ellipse-resolved.svg
tests/use-ellipse.svg