We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652b201 commit 9e375b3Copy full SHA for 9e375b3
flags/au-act.svg
svgo.config.js
@@ -6,28 +6,18 @@ module.exports = {
6
name: 'removeViewBox',
7
active: false
8
},
9
- {
10
- name: 'removeRasterImages',
11
- active: true
12
- },
13
14
- name: 'sortAttrs',
15
16
17
{
18
name: 'removeAttrs',
19
params: {
20
attrs: '(color|font|opacity|paint|stroke|text).*'
21
}
22
23
24
- name: 'removeStyleElement',
25
26
27
28
- name: 'removeScriptElement',
29
30
+ 'convertStyleToAttrs',
+ 'cleanupListOfValues',
+ 'removeRasterImages',
+ 'sortAttrs',
+ 'removeStyleElement',
+ 'removeScriptElement',
31
'removeDoctype',
32
'removeXMLProcInst',
33
'removeComments',
0 commit comments