Skip to content

Commit

Permalink
Fixed stroke-with update issue with circle
Browse files Browse the repository at this point in the history
  • Loading branch information
arunavo4 committed Jun 17, 2024
1 parent cfa14f3 commit b81b327
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion svgo.duotone.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
},
},
{
Expand Down
7 changes: 6 additions & 1 deletion svgo.linear.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
},
},
{
Expand Down

0 comments on commit b81b327

Please sign in to comment.