Skip to content

Instantly share code, notes, and snippets.

@egoens
Created March 1, 2017 16:30
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 egoens/9468d7d93e964d0b7828391cf3467c44 to your computer and use it in GitHub Desktop.
Save egoens/9468d7d93e964d0b7828391cf3467c44 to your computer and use it in GitHub Desktop.
SVGO Font Compressor Configuration
{
"comment": "This is the settings file for the SVGO Compressor Plugin. For more info, please check <https://github.com/BohemianCoding/svgo-compressor>",
"pretty": true,
"indent": 2,
"plugins": [
{
"name": "cleanupIDs"
},
{
"name": "cleanupListOfValues",
"params": {
"floatPrecision": 1
}
},
{
"name": "cleanupNumericValues"
},
{
"name": "collapseGroups"
},
{
"name": "convertColors"
},
{
"name": "convertPathData"
},
{
"name": "convertStyleToAttrs"
},
{
"name": "convertTransform"
},
{
"name": "mergePaths"
},
{
"name": "minifyStyles"
},
{
"name": "removeAttrs",
"params": {
"attrs": "fill"
}
},
{
"name": "removeComments"
},
{
"name": "removeDesc",
"params": {
"removeAny": true
}
},
{
"name": "removeDoctype"
},
{
"name": "removeEditorsNSData"
},
{
"name": "removeEmptyAttrs"
},
{
"name": "removeEmptyContainers"
},
{
"name": "removeEmptyText"
},
{
"name": "removeMetadata"
},
{
"name": "removeNonInheritableGroupAttrs"
},
{
"name": "removeTitle"
},
{
"name": "removeUnknownsAndDefaults"
},
{
"name": "removeUnusedNS"
},
{
"name": "removeUselessDefs"
},
{
"name": "removeUselessStrokeAndFill"
},
{
"name": "removeXMLProcInst"
},
{
"name": "sortAttrs"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment