Skip to content

Commit 9e375b3

Browse files
committed
Update svgo.config.js
1 parent 652b201 commit 9e375b3

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

flags/au-act.svg

Lines changed: 1 addition & 1 deletion
Loading

svgo.config.js

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,18 @@ module.exports = {
66
name: 'removeViewBox',
77
active: false
88
},
9-
{
10-
name: 'removeRasterImages',
11-
active: true
12-
},
13-
{
14-
name: 'sortAttrs',
15-
active: true
16-
},
179
{
1810
name: 'removeAttrs',
1911
params: {
2012
attrs: '(color|font|opacity|paint|stroke|text).*'
2113
}
2214
},
23-
{
24-
name: 'removeStyleElement',
25-
active: true
26-
},
27-
{
28-
name: 'removeScriptElement',
29-
active: true
30-
},
15+
'convertStyleToAttrs',
16+
'cleanupListOfValues',
17+
'removeRasterImages',
18+
'sortAttrs',
19+
'removeStyleElement',
20+
'removeScriptElement',
3121
'removeDoctype',
3222
'removeXMLProcInst',
3323
'removeComments',

0 commit comments

Comments
 (0)