Skip to content

Instantly share code, notes, and snippets.

@abarre
Created August 16, 2016 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abarre/272928ec98ac5c516e5330dd83c69e19 to your computer and use it in GitHub Desktop.
Save abarre/272928ec98ac5c516e5330dd83c69e19 to your computer and use it in GitHub Desktop.
for plugin in cleanupAttrs removeDoctype removeXMLProcInst removeComments removeMetadata removeTitle removeDesc removeUselessDefs removeEditorsNSData removeEmptyAttrs removeHiddenElems removeEmptyText removeEmptyContainers removeViewBox cleanUpEnableBackground minifyStyles convertStyleToAttrs convertColors convertPathData convertTransform removeUnknownsAndDefaults removeNonInheritableGroupAttrs removeUselessStrokeAndFill removeUnusedNS cleanupIDs cleanupNumericValues cleanupListOfValues moveElemsAttrsToGroup moveGroupAttrsToElems collapseGroups removeRasterImages mergePaths convertShapeToPath sortAttrs transformsWithOnePath removeDimensions removeAttrs addClassesToSVGElement removeStyleElement
do
svgo --disable=$plugin ok.svg ok.min-$plugin.svg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment