forked from alfa-laboratory/arui-feather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.svgo.yml
34 lines (34 loc) · 938 Bytes
/
.svgo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
plugins:
- convertShapeToPath: false
- mergePaths: false
- collapseGroups: true
- moveGroupAttrsToElems: false
- moveElemsAttrsToGroup: false
- cleanupListOfValues: false
- cleanupNumericValues: false
- cleanupIDs: true
- removeUnusedNS: true
- removeUselessStrokeAndFill: false
- removeNonInheritableGroupAttrs: false
- removeUnknownsAndDefaults: false
- convertTransform: false
- convertPathData: false
- convertColors: false
- convertStyleToAttrs: false
- minifyStyles: false
- cleanupEnableBackground: false
- removeViewBox: false
- removeEmptyContainers: true
- removeEmptyText: true
- removeHiddenElems: false
- removeEmptyAttrs: true
- removeEditorsNSData: true
- removeUselessDefs: true
- removeDesc: true
- removeTitle: true
- removeMetadata: true
- removeComments: true
- removeXMLProcInst: true
- removeDoctype: true
- inlineStyles: false
- cleanupAttrs: false