Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-07-14 08:43:30 +0300
committerGitHub <noreply@github.com>2022-07-14 08:43:30 +0300
commitb32683b38092e34adf4726e7d8c2da3b6d959b85 (patch)
tree277c04e2e0b6b184322e125e138f4acdcfdfbfdc /svg-sprite.json
parent73abf2fe57506b8f0e0df28a3f0a4f091717ffd5 (diff)
parentaa1ede051cd0cbc369be31ea097856e673e3573b (diff)
Merge branch 'main' into content-visibilitycontent-visibility
Diffstat (limited to 'svg-sprite.json')
-rw-r--r--svg-sprite.json126
1 files changed, 15 insertions, 111 deletions
diff --git a/svg-sprite.json b/svg-sprite.json
index f8e535fc8..3b016bcf3 100644
--- a/svg-sprite.json
+++ b/svg-sprite.json
@@ -16,124 +16,28 @@
"multipass": true,
"plugins": [
{
- "cleanupAttrs": true
- },
- {
- "cleanupEnableBackground": true
- },
- {
- "cleanupIDs": true
- },
- {
- "cleanupListOfValues": true
- },
- {
- "cleanupNumericValues": true
- },
- {
- "collapseGroups": true
- },
- {
- "convertColors": true
- },
- {
- "convertPathData": {
- "noSpaceAfterFlags": false
+ "name": "preset-default",
+ "params": {
+ "overrides": {
+ "removeUnknownsAndDefaults": {
+ "keepRoleAttr": true
+ },
+ "removeViewBox": false
+ }
}
},
+ "cleanupListOfValues",
+ "removeXMLNS",
+ "sortAttrs",
{
- "convertShapeToPath": true
- },
- {
- "convertStyleToAttrs": true
- },
- {
- "convertTransform": true
- },
- {
- "inlineStyles": true
- },
- {
- "mergePaths": {
- "noSpaceAfterFlags": false
- }
- },
- {
- "minifyStyles": true
- },
- {
- "moveElemsAttrsToGroup": true
- },
- {
- "moveGroupAttrsToElems": true
- },
- {
- "removeAttrs": {
+ "name": "removeAttrs",
+ "params": {
"attrs": [
+ "clip-rule",
"data-name",
- "fill",
- "clip-rule"
+ "fill"
]
}
- },
- {
- "removeComments": true
- },
- {
- "removeDesc": true
- },
- {
- "removeDoctype": true
- },
- {
- "removeEditorsNSData": true
- },
- {
- "removeEmptyAttrs": true
- },
- {
- "removeEmptyContainers": true
- },
- {
- "removeEmptyText": true
- },
- {
- "removeHiddenElems": true
- },
- {
- "removeMetadata": true
- },
- {
- "removeNonInheritableGroupAttrs": true
- },
- {
- "removeTitle": true
- },
- {
- "removeUnknownsAndDefaults": {
- "keepRoleAttr": true
- }
- },
- {
- "removeUnusedNS": true
- },
- {
- "removeUselessDefs": true
- },
- {
- "removeUselessStrokeAndFill": true
- },
- {
- "removeViewBox": false
- },
- {
- "removeXMLNS": true
- },
- {
- "removeXMLProcInst": true
- },
- {
- "sortAttrs": true
}
]
}