diff --git a/svgo.duotone.mjs b/svgo.duotone.mjs index b3b7dbc..445a3b9 100644 --- a/svgo.duotone.mjs +++ b/svgo.duotone.mjs @@ -7,7 +7,12 @@ export default { { name: "removeAttrs", params: { - attrs: ["stroke", "path:stroke-width", "rect:stroke-width"], + attrs: [ + "stroke", + "path:stroke-width", + "rect:stroke-width", + "circle:stroke-width", + ], }, }, { diff --git a/svgo.linear.mjs b/svgo.linear.mjs index b3b7dbc..445a3b9 100644 --- a/svgo.linear.mjs +++ b/svgo.linear.mjs @@ -7,7 +7,12 @@ export default { { name: "removeAttrs", params: { - attrs: ["stroke", "path:stroke-width", "rect:stroke-width"], + attrs: [ + "stroke", + "path:stroke-width", + "rect:stroke-width", + "circle:stroke-width", + ], }, }, {