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
|[mergePaths](https://github.com/svg/svgo/blob/main/plugins/mergePaths.js)| merge multiple Paths into one |`enabled`|
220
219
|[convertShapeToPath](https://github.com/svg/svgo/blob/main/plugins/convertShapeToPath.js)| convert some basic shapes to `<path>`|`enabled`|
221
220
|[convertEllipseToCircle](https://github.com/svg/svgo/blob/main/plugins/convertEllipseToCircle.js)| convert non-eccentric `<ellipse>` to `<circle>`|`enabled`|
222
-
|[sortAttrs](https://github.com/svg/svgo/blob/main/plugins/sortAttrs.js)| sort element attributes for epic readability |`disabled`|
221
+
|[sortAttrs](https://github.com/svg/svgo/blob/main/plugins/sortAttrs.js)| sort element attributes for epic readability |`enabled`|
223
222
|[sortDefsChildren](https://github.com/svg/svgo/blob/main/plugins/sortDefsChildren.js)| sort children of `<defs>` in order to improve compression |`enabled`|
224
223
|[removeDimensions](https://github.com/svg/svgo/blob/main/plugins/removeDimensions.js)| remove `width`/`height` and add `viewBox` if it's missing (opposite to removeViewBox, disable it first) |`disabled`|
225
224
|[removeAttrs](https://github.com/svg/svgo/blob/main/plugins/removeAttrs.js)| remove attributes by pattern |`disabled`|
0 commit comments