# replace default config
full: true

plugins:

  # - name
  #
  # or:
  # - name: false
  # - name: true
  #
  # or:
  # - name:
  #     param1: 1
  #     param2: 2

  - removeDoctype
  - removeXMLProcInst
  - removeComments
  - removeMetadata
  - removeEditorsNSData
  - cleanupAttrs
  - convertStyleToAttrs
  - removeRasterImages
  - cleanupNumericValues
  - convertColors
  - removeUnknownsAndDefaults
  - removeNonInheritableGroupAttrs
  - removeUselessStrokeAndFill
  - removeViewBox
  - cleanupEnableBackground
  - removeHiddenElems
  - removeEmptyText
  - moveElemsAttrsToGroup
  - collapseGroups
  - moveGroupAttrsToElems
  - convertTransform
  - convertPathData:
      negativeExtraSpace: false
      straightCurves: false
  - removeEmptyAttrs
  - removeEmptyContainers
  - mergePaths
  - cleanupIDs
  - removeUnusedNS
  - transformsWithOnePath:
      hcrop: true
      negativeExtraSpace: false

