Merging upstream version 1.11.3+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7689a61316
commit
18c7bca62c
1146 changed files with 2039 additions and 2056 deletions
|
@ -13,21 +13,21 @@ export default {
|
|||
params: {
|
||||
overrides: {
|
||||
removeUnknownsAndDefaults: {
|
||||
keepRoleAttr: true
|
||||
keepDataAttrs: false, // remove all `data` attributes
|
||||
keepRoleAttr: true // keep the `role` attribute
|
||||
},
|
||||
removeViewBox: false
|
||||
removeViewBox: false // keep the `viewBox` attribute
|
||||
}
|
||||
}
|
||||
},
|
||||
// The next plugins are included in svgo but are not part of preset-default,
|
||||
// so we need to enable them separately
|
||||
// so we need to explicitly enable them
|
||||
'cleanupListOfValues',
|
||||
{
|
||||
name: 'removeAttrs',
|
||||
params: {
|
||||
attrs: [
|
||||
'clip-rule',
|
||||
'data-name',
|
||||
'fill'
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue