diff --git a/flags/au-act.svg b/flags/au-act.svg
index 1598de97..ab9c53f3 100644
--- a/flags/au-act.svg
+++ b/flags/au-act.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgo.config.js b/svgo.config.js
index 49dc8733..ed8fb39e 100644
--- a/svgo.config.js
+++ b/svgo.config.js
@@ -6,28 +6,18 @@ module.exports = {
name: 'removeViewBox',
active: false
},
- {
- name: 'removeRasterImages',
- active: true
- },
- {
- name: 'sortAttrs',
- active: true
- },
{
name: 'removeAttrs',
params: {
attrs: '(color|font|opacity|paint|stroke|text).*'
}
},
- {
- name: 'removeStyleElement',
- active: true
- },
- {
- name: 'removeScriptElement',
- active: true
- },
+ 'convertStyleToAttrs',
+ 'cleanupListOfValues',
+ 'removeRasterImages',
+ 'sortAttrs',
+ 'removeStyleElement',
+ 'removeScriptElement',
'removeDoctype',
'removeXMLProcInst',
'removeComments',