LICENSE
README.md
pyproject.toml
src/svgo/__init__.py
src/svgo/_optimize.py
src/svgo/builtin.py
src/svgo/cli.py
src/svgo/collections.py
src/svgo/css.py
src/svgo/engine.py
src/svgo/parser.py
src/svgo/path.py
src/svgo/pathutil.py
src/svgo/py.typed
src/svgo/stringifier.py
src/svgo/style.py
src/svgo/tools.py
src/svgo/transforms.py
src/svgo/visit.py
src/svgo/xast.py
src/svgo/data/collections.json
src/svgo/plugins/__init__.py
src/svgo/plugins/addAttributesToSVGElement.py
src/svgo/plugins/addClassesToSVGElement.py
src/svgo/plugins/applyTransforms.py
src/svgo/plugins/cleanupAttrs.py
src/svgo/plugins/cleanupEnableBackground.py
src/svgo/plugins/cleanupIds.py
src/svgo/plugins/cleanupListOfValues.py
src/svgo/plugins/cleanupNumericValues.py
src/svgo/plugins/collapseGroups.py
src/svgo/plugins/convertColors.py
src/svgo/plugins/convertEllipseToCircle.py
src/svgo/plugins/convertOneStopGradients.py
src/svgo/plugins/convertPathData.py
src/svgo/plugins/convertShapeToPath.py
src/svgo/plugins/convertStyleToAttrs.py
src/svgo/plugins/convertTransform.py
src/svgo/plugins/inlineStyles.py
src/svgo/plugins/mergePaths.py
src/svgo/plugins/mergeStyles.py
src/svgo/plugins/minifyStyles.py
src/svgo/plugins/moveElemsAttrsToGroup.py
src/svgo/plugins/moveGroupAttrsToElems.py
src/svgo/plugins/prefixIds.py
src/svgo/plugins/removeAttributesBySelector.py
src/svgo/plugins/removeAttrs.py
src/svgo/plugins/removeComments.py
src/svgo/plugins/removeDeprecatedAttrs.py
src/svgo/plugins/removeDesc.py
src/svgo/plugins/removeDimensions.py
src/svgo/plugins/removeDoctype.py
src/svgo/plugins/removeEditorsNSData.py
src/svgo/plugins/removeElementsByAttr.py
src/svgo/plugins/removeEmptyAttrs.py
src/svgo/plugins/removeEmptyContainers.py
src/svgo/plugins/removeEmptyText.py
src/svgo/plugins/removeHiddenElems.py
src/svgo/plugins/removeMetadata.py
src/svgo/plugins/removeNonInheritableGroupAttrs.py
src/svgo/plugins/removeOffCanvasPaths.py
src/svgo/plugins/removeRasterImages.py
src/svgo/plugins/removeScripts.py
src/svgo/plugins/removeStyleElement.py
src/svgo/plugins/removeTitle.py
src/svgo/plugins/removeUnknownsAndDefaults.py
src/svgo/plugins/removeUnusedNS.py
src/svgo/plugins/removeUselessDefs.py
src/svgo/plugins/removeUselessStrokeAndFill.py
src/svgo/plugins/removeViewBox.py
src/svgo/plugins/removeXMLNS.py
src/svgo/plugins/removeXMLProcInst.py
src/svgo/plugins/removeXlink.py
src/svgo/plugins/reusePaths.py
src/svgo/plugins/sortAttrs.py
src/svgo/plugins/sortDefsChildren.py
src/svgo_py.egg-info/PKG-INFO
src/svgo_py.egg-info/SOURCES.txt
src/svgo_py.egg-info/dependency_links.txt
src/svgo_py.egg-info/entry_points.txt
src/svgo_py.egg-info/requires.txt
src/svgo_py.egg-info/top_level.txt
tests/test_optimize.py
tests/test_parser.py
tests/test_path.py
tests/test_plugins.py
tests/test_xast.py