You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've attempted adding removeAttrs to my svgo settings, but I keep getting the following:
Warning: The plugin "removeAttrs" requires the "attrs" parameter.
It should have a pattern to remove, otherwise the plugin is a noop.
Config example:
plugins: [
{
name: "removeAttrs",
params: {
attrs: "(fill|stroke)"
}
}
]
I've attempted adding
removeAttrs
to my svgo settings, but I keep getting the following:Here is my call to
svgVue
:The text was updated successfully, but these errors were encountered: